#include "colors.inc" camera { orthographic location <0, 0, -3> look_at <0, 0, 0> } background{White} light_source { <10, 10, -10> color White} light_source { <0, 20, -10> color White} box { <-3, -2, 0>, <3, 2, 1> pigment { julia <0.353, 0.288>, 30 interior 1, 1 color_map{ [0.0 color Blue] [0.3 color Yellow] [0.6 color Red] [1.0 color White] } } }