POV-Ray : Newsgroups : povray.newusers : lamer in need of major help with animation. : Re: lamer in need of major help with animation. Server Time
5 Sep 2024 12:21:03 EDT (-0400)
  Re: lamer in need of major help with animation.  
From: Tom Melly
Date: 28 Dec 2000 12:19:42
Message: <3a4b762e$1@news.povray.org>
"DreyWerx" <you### [at] hotmailcom> wrote in message
news:3a4b7212@news.povray.org...
> i got the clock thing. now how do i make it render frame after frame? do i
> have to go in and change the clock variable by hand? or is there a way of
> doing it automatically?
>

The latter (automatically). You need to set Initial_Frame = x and
Final_Frame = y in your ini settings for the scene.

You will then output multiple images with the clock incrementing between
each scene.

By default the clock will increment from 0 for your first frame to 1 for
your last frame, so if you were rendering 11 frames it would go 0, 0.1, 0.2
.... 1.0 (iirc).

You can change this default by adding Initial_Clock and Final_Clock to your
ini.

For more info, look up "Animation" and "INI File Settings" in the help.


Post a reply to this message

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