#version 3.1; #include "colors.inc" #include "stones.inc" #declare Bille = sphere {0,1 texture {T_Stone6} } light_source { <1, 3, -5> color rgb<1,1,1>} camera {location <0, 0, -3> look_at 0} object {Bille}