Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
15
Task/Draw-a-sphere/POV-Ray/draw-a-sphere.povray
Normal file
15
Task/Draw-a-sphere/POV-Ray/draw-a-sphere.povray
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
camera { location <0.0 , .8 ,-3.0> look_at 0}
|
||||
|
||||
light_source{< 3,3,-3> color rgb 1}
|
||||
|
||||
sky_sphere { pigment{ gradient <0,1,0> color_map {[0 color rgb <.2,.1,0>][.5 color rgb 1]} scale 2}}
|
||||
|
||||
plane {y,-2 pigment { hexagon color rgb .7 color rgb .5 color rgb .6 }}
|
||||
|
||||
sphere { 0,1
|
||||
texture {
|
||||
pigment{ color rgbft <.8,1,1,.4,.4> }
|
||||
finish { phong 1 reflection {0.40 metallic 0.5} }
|
||||
}
|
||||
interior { ior 1.5}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue