Strip extra spaces from code.
[voro++.git] / branches / exact / examples / degenerate / degenerate2.pov
bloba734a5ea1c5eb8713d576be761e3d60f2a2c324b
1 #version 3.6;
2 #include "colors.inc"
3 #include "metals.inc"
4 #include "textures.inc"
6 global_settings {
7 max_trace_level 64
10 camera {
11 location <1,2.5,-5>
12 right 0.2*x*image_width/image_height
13 up 0.2*y
14 look_at <0,0,0>
17 background{rgb 1}
19 light_source{<-0.8,3,-2> color rgb <0.77,0.75,0.75>}
20 light_source{<2.5,1.2,-1.2> color rgb <0.38,0.40,0.40>}
22 #declare r=0.002;
24 union{
25 #include "degenerate2_m.pov"
26 pigment{rgb <1,0.2,0.25>} finish{specular 0.2 ambient 0.42}
29 union{
30 #include "degenerate2_v.pov"
31 texture{T_Gold_3C}