POV-Ray : Newsgroups : povray.newusers : ANIMATION : Re: ANIMATION Server Time
5 Sep 2024 14:22:59 EDT (-0400)
  Re: ANIMATION  
From: David Fontaine
Date: 23 Sep 2000 02:01:30
Message: <39CC45C2.8B993ED4@faricy.net>
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

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.