Minkowski test code.
[voro++.git] / trunk / examples / no_release / finite_sys.pov
blob8cc7a01840dd482e0774e49e8010c06ef85d525d
1 #version 3.6;
2 #include "colors.inc"
3 #include "metals.inc"
4 #include "textures.inc"
6 camera {
7 location <5,-50,0>
8 sky z
9 right -0.62*x*image_width/image_height
10 up 0.62*y
11 look_at <5,0,0>
14 background{rgb 1}
16 light_source{<-16,-30,30> color rgb <0.77,0.75,0.75>}
17 light_source{<25,-16,8> color rgb <0.43,0.45,0.45>}
19 #declare r=0.05;
20 #declare s=0.5;
22 union {
23 #include "finite_sys_out.pov"
24 pigment{rgb <0.9,0.9,0.3>} finish{reflection 0.2 specular 0.25 ambient 0.28 metallic}
27 union{
28 #include "finite_sys_in.pov"
29 pigment{rgb <0.3,0.5,0.9>} finish{reflection 0.2 specular 0.25 ambient 0.28 metallic}