Strip extra spaces from code.
[voro++.git] / branches / exact / examples / degenerate / degenerate.pov
blob74edc85293a1bd9001aa2488cff97411b3555633
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 <15,10,-30>
13 right 0.04*x*image_width/image_height
14 up 0.04*y
15 look_at <0,0,0>
18 background{rgb 1}
20 light_source{<-4,35,-20> color rgb <0.72,0.7,0.7>}
21 light_source{<20,5,-10> color rgb <0.4,0.42,0.42>}
23 #declare r=0.01;
25 union{
26 #include "degenerate_v.pov"
27 texture{T_Gold_3C}
30 sphere{<0,0,0>,0.5-r
31 pigment{rgb <0.1,0.15,0.4>}
32 finish{reflection 0.25 specular 0.4 ambient 0.6}