Strip extra spaces from code.
[voro++.git] / branches / dynamic / examples / basic / import.pov
blob921586985943466f42e1b50757d367ac919958aa
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 <30,25,-50>
12 right 0.24*x*image_width/image_height
13 up 0.24*y
14 look_at <0,4.5,0>
17 background{rgb 1}
19 light_source{<-8,30,-20> color rgb <0.77,0.75,0.75>}
20 light_source{<25,12,-12> color rgb <0.38,0.40,0.40>}
22 #declare r=0.08;
23 #declare s=0.5;
25 union{
26 #include "pack_ten_cube.pov"
27 rotate <270,0,0>
28 pigment{rgb 0.95} finish{reflection 0.1 specular 0.3 ambient 0.42}
31 union{
32 #include "cells_ten_cube.pov"
33 rotate <270,0,0>
34 pigment{rgb <1,0.4,0.45>} finish{specular 0.5 ambient 0.42}