NAME: Thomas Bates EMAIL: thomas.bates@shaw.ca WEBPAGE: members.home.net/ejdeha/ COMMENTS: inspired by the backs of my sons' cards. COPYWRITE: I SUBMIT TO THE STANDARD 10BEST.RAYTRACE.COM COPYRIGHT STATEMENT. EXPANDED CODE: #macro P(O,K,E) light_source{1} #end P(1,-1,1) P(1,1,-1) P(1,-1,-1) #local B=rgb 0; #local C=pigment{ gradient y color_map{ [.46 rgb 1] [.46 B ] [.54 B ] [.54 red 1] } } sphere{ .5 .5 pigment{ gradient x pigment_map{ [.98 C ] [.98 B ] [.99 B ] [.99 blue 1] } } finish{ brilliance 3 phong .5 } } P(21,1,-1) P(1,1,1) camera{ location<2.1,.1,.9> look_at.5 } //TB1