POV-Ray : Newsgroups : povray.newusers : Animation : Re: Animation Server Time
6 Sep 2024 12:13:50 EDT (-0400)
  Re: Animation  
From: Johannes Hubert
Date: 12 May 1998 05:39:22
Message: <6j95dj$7s4$1@oz.aussie.org>
POV-Ray uses the internal "clock" variable for the animation.
To acutally render several frames, this clock variable has to be switched on
with some statements in the inifile, like:
Initial_Frame=1
Final_Frame=100
Initial_Clock=0
Final_Clock=1
See the docs for description of these values.
POV-Ray will name the images something like name001.tga, name002.tga etc.

Johannes.


Post a reply to this message

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