// In a winter day is nice take a red candy.... sky_sphere{ pigment{ agate color_map{ [.2 rgb .2] [1 rgb .7] } } } // The candy is a Quaternion julia_fractal{ <-.083,0,-.83,-.025> quaternion sqr max_iteration 6 precision 5 rotate 90*z translate 4*z pigment{rgb x} finish{reflection 1} } // The white stick cylinder{ 4*z <0,-9,4> .1 pigment{rgb 1} finish{ambient.9} }