// ALUNO : Alex Zerio 970154 // 26/10/2000 #include "colors.inc" #if (clock < 0.5) #declare rot = 720*clock*x; #declare pos = 0*x; #else #declare pos = 0.5*clock*x; #declare rot = 0*x; #end camera { location <-5,.15,-2> look_at <.3,.2,1> angle 35 } light_source { <500,500,-1000> White } /* plane { y,0 texture { pigment { SeaGreen } finish { reflection .35 specular 1 } normal { ripples .35 turbulence .5 scale .25 } } }*/ text { ttf "timrom.ttf" "A" 25, 0.1*y pigment { BrightGold } finish { reflection .25 specular 1 } translate -3*x rotate rot } text { ttf "timrom.ttf" "Z" 25, 0.1*y pigment { BrightGold } finish { reflection .25 specular 1 } translate -2.5*x translate pos } text { ttf "timrom.ttf" "Corp" 25, 0.1*y pigment { BrightGold } finish { reflection .25 specular 1 } translate -2*x translate pos } // #include "skies.inc" // sky_sphere { S_Cloud5 }