#version 3.7; #declare S=seed(47); intersection { box { -1, +1 pigment { color rgb<1.0, 0.1, 0.1> } } box { -1, +1 pigment { color rgb<0.1, 1.0, 0.1> } rotate*360 } box { -1, +1 pigment { color rgb<0.1, 0.1, 1.0> } rotate*360 } } light_source { <-33,33,-33> color 1 } camera { right <1,0,0> up <0,1,0> location <0,3,-7> look_at <0,0,0> angle 25 }