//Braden Becks special pov for part 5 camera { location <0, 0, 14> up <0, 1, 0> right <1.33333, 0, 0> look_at <0, 0, 0> } light_source {<-100, 100, 100> color rgb <1.5, 1.5, 1.5>} light_source {<100, 100, 100> color rgb <1.5, 1.5, 1.5>} //inner sphere sphere { <0, 1, 0>, 2 pigment { color rgb <1.0, 0, 1.0>} finish {ambient 0.2 diffuse 0.4} pigment {color rgbf <0.65, 0.4, 0.4, .5>} finish {ambient 0.2 diffuse 0.8 reflection 0.5 refraction 1.0 ior 1.33} } sphere { <0, 1, 0>, 1.3 //inside sphere pigment { color rgb <1.0, 0, 1.0>} finish {ambient 0.2 diffuse 0.8 reflection .5} } sphere { <-2, -1, 0>, 1.3 //right sphere pigment { color rgb <1.0, 0, 1.0>} finish {ambient 0.2 diffuse 0.8 reflection .5} } sphere { <2, -1, 0>, 1.3 //left sphere pigment { color rgb <1.0, 0, 1.0>} finish {ambient 0.2 diffuse 0.8 reflection .5} } sphere { <-3, 1, 0>, 1.3 //right sphere pigment { color rgb <1.0, 0, 1.0>} finish {ambient 0.2 diffuse 0.8 reflection .5} } sphere { <3, 1, 0>, 1.3 //left sphere pigment { color rgb <1.0, 0, 1.0>} finish {ambient 0.2 diffuse 0.8 reflection .5} } plane {<0, 1, 0>, -4 pigment {color rgb <0.49, 0.25, 0.29>} finish {ambient 0.4 diffuse 0.8 reflection 0.2} } plane {<0, 0, 1>, -5 pigment {color rgb <0.29, 0.45, 0.49>} finish {ambient 0.4 diffuse 0.8} rotate <0, 30, 0> } triangle { <0, 15 ,0 >, <0, -4, -16 >, <8,-4 ,-6> pigment {color rgbf <0.65, 0.4, 0.4, .5>} finish {ambient 0.2 diffuse 0.8} } triangle { <0, 15 ,0 >, <0, -4, -16 >, <-8,-4 ,-6 > pigment {color rgbf <0.65, 0.4, 0.4, .5>} finish {ambient 0.2 diffuse 0.8} } triangle { <0, 15 ,0>, <4, -4, -4>, <-4, -4 ,-6> pigment {color rgbf <0.65, 0.4, 0.4, .5>} finish {ambient 0.2 diffuse 0.8} }