Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
15
Task/Draw-a-cuboid/POV-Ray/draw-a-cuboid.povray
Normal file
15
Task/Draw-a-cuboid/POV-Ray/draw-a-cuboid.povray
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
camera { perspective location <2.6,2.2,-4.2> look_at <0,-.5,0>
|
||||
aperture .05 blur_samples 100 variance 1/100000 focal_point <2,1,-2>}
|
||||
|
||||
light_source{< 60,20,-20> color rgb 2}
|
||||
|
||||
sky_sphere { pigment{ gradient z color_map{[0 rgb 0.3][.1 rgb <.7,.8,1>][1 rgb .2]} }}
|
||||
|
||||
box { <0,0,0> <3,2,4>
|
||||
texture {
|
||||
pigment{ agate }
|
||||
normal { checker }
|
||||
finish { reflection {0.20 metallic 0.2} }
|
||||
}
|
||||
translate <-1,-.5,-2>
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue