Bugfix in search_for_outside_edge routine.
[voro++.git] / trunk / examples / walls / tetrahedron.pov
blobb327925fe0c4886fae77a622c189ca6665f59c11
1 #version 3.6;
3 #include "colors.inc"
4 #include "metals.inc"
5 #include "textures.inc"
7 global_settings {
8 max_trace_level 64
11 camera {
12 location <20,30,-50>
13 right 0.26*x*image_width/image_height
14 up 0.26*y
15 look_at <0,-2,0>
18 background{rgb 1}
20 light_source{<-8,30,-20> color rgb <0.77,0.75,0.75>}
21 light_source{<20,5,-15> color rgb <0.38,0.40,0.40>}
23 #declare r=0.025;
24 #declare s=0.07;
26 union{
27 #include "tetrahedron_p.pov"
28 scale 5
29 rotate <0,-65,0>
30 texture{T_Silver_3C}
33 union{
34 #include "tetrahedron_v.pov"
35 scale 5
36 rotate <0,-65,0>
37 pigment{rgb <0.3,0.3,0.9>} finish{phong 0.9 ambient 0.42 reflection 0.1}