Jason Scott wrote:
> How do you do animation in pov-ray I use the clock vairable but nothing
> happens what do I do???
clock works like any other variable, for instance translate clock*y
to use clock you need to make an ini file for your scene with the
following:
Input_File_Name = yourscene.pov
Height = n
Width = n
Antialias = On/Off
Antialias_Threshold = n.n
Initial_Frame = n
Final_Frame = n
Initial_Clock = n
Final_Clock = n
then render it (not the scene itself)
--
David Fontaine <dav### [at] faricynet> ICQ 55354965
My raytracing gallery: http://davidf.faricy.net/
Post a reply to this message
|