//Description: // My first scene! // left here unaltered // not too efficient coding, but interesting, nonetheless //Author: Ben Scheele //Date: --2003 #include "colors.inc" camera { location <0,6,-10> look_at <-.6,-.6,-.6> angle 16 } background { rgb <.4,.4,.4>} light_source{<100,100,-100> color White} sor { 7, <0.000000,0.000000> <0.118143,0.000000> <0.620253,0.540084> <0.210970,0.827004> <0.194093,0.962025> <0.286920,1.000000> <0.468354,1.033755> open pigment {red .5} finish { phong 1 ambient .5 reflection 1 } translate <-.6,-.6,-.6> } plane { <0,1,0>,-.5 pigment { Blue} finish {reflection 1.5} normal {ripples 1 frequency 8 scale 1} } global_settings{number_of_waves 1}