#include "colors.inc" camera { location <0, 1, -10> look_at 0 angle 35 } light_source { <500,500,-1000> White } text { ttf "timrom.ttf" "FORMULA" 1, 0 #if (clock < 0.5) pigment { Blue } //translate (-3 +3*(clock/2))*x translate (-3 +3*clock)*x #else pigment { Red } translate (-3 +3*0.5)*x #end translate -1*x } text { ttf "timrom.ttf" "ZERO" 1, 0 #if (clock < 1) pigment { Blue } translate (-1*clock)*x translate -1*y #else pigment { Blue } translate (-1*clock)*x translate -1*y #end }