// Persistence Of Vision #version 3.1; global_settings{ max_trace_level 30} camera { location <3+clock,3+clock,3+clock> look_at <0,0,0> } light_source{ <0,15,0> color rgb<1,1,1> } light_source{ <4,5,3> color rgb<1,1,1> } plane { y,-4-clock pigment {rgb<1,1,1>}} kepler{ 12-clock, plane {-z, 1 rotate <-26.56505117708, 0, 0>} plane {-z, 1 rotate <-26.56505117708, -72, 0>} plane {-z, 1 rotate <-26.56505117708, -144, 0>} plane {-z, 1 rotate <-26.56505117708, -216, 0>} plane {-z, 1 rotate <-26.56505117708, -288, 0>} plane {-z, 1 rotate <26.56505117708, -36, 0>} plane {-z, 1 rotate <26.56505117708, -108, 0>} plane {-z, 1 rotate <26.56505117708, -180, 0>} plane {-z, 1 rotate <26.56505117708, -252, 0>} plane {-z, 1 rotate <26.56505117708, -324, 0>} plane { y, 1} plane {-y, 1} texture { pigment { colour rgb<1,0.8,0.5> } } }