langs a-z
This commit is contained in:
parent
db842d013d
commit
d066446780
11389 changed files with 98361 additions and 1020 deletions
17
Task/Death-Star/POV-Ray/death-star.pov-ray
Normal file
17
Task/Death-Star/POV-Ray/death-star.pov-ray
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
camera { perspective location <0.0 , .8 ,-3.0> look_at 0
|
||||
aperture .1 blur_samples 20 variance 1/100000 focal_point 0}
|
||||
|
||||
light_source{< 3,3,-3> color rgb 1}
|
||||
|
||||
sky_sphere { pigment{ color rgb <0,.2,.5>}}
|
||||
|
||||
plane {y,-5 pigment {color rgb .54} normal {hexagon} }
|
||||
|
||||
difference {
|
||||
sphere { 0,1 }
|
||||
sphere { <-1,1,-1>,1 }
|
||||
texture {
|
||||
pigment{ granite }
|
||||
finish { phong 1 reflection {0.10 metallic 0.5} }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue