include "include/colors.inc" define MMaterial material { colored DarkBlue reflectivity 0.95 diffuse 0.01 ambient 0.01 specular 0.4 phong 10 } pointlight position < 0,200, 40> color <1,1,1> pointlight position < 400,400,400> color <1,1,1> pointlight position <-50, 20,100> color <1,1,1> object { sphere <0,0,0> radius 0.5 material { stexture "include/texture/misc/jolt" // colored violet diffuse 0.4 ambient 0.1 specular 0.3 } } object { plane position <0,-0.5,-2> normal <0,1,0> material MMaterial } object { plane position <0,-0.5,-2> normal <1,0,1> material MMaterial } object { plane position <0,-0.5,-2> normal <-1,0,1> material MMaterial }