#include "../common.povinc" #declare Rotation = (1-clock)*50*x; mesh { #include "../torus2.povinc" texture { pigment { White filter 0.5} } // texture { Gold_Texture } // texture {pigment{White_Marble}} finish { ambient .3 phong .75 } rotate Rotation }