POV-Ray : Newsgroups : povray.windows : animation : Re: animation Server Time
28 Jul 2024 16:28:04 EDT (-0400)
  Re: animation  
From: Vahur Krouverk
Date: 13 May 1998 11:27:43
Message: <3559BBEF.D7D2182E@fv.aetec.ee>
frank luktisch wrote:

> help
>
> i cant seem to get pov ray to do animation
>
> I WENT INTO THE POVRAY.INI AND ADDED CLOCK=ON
> AND YES I DONT KNOW WHAT IM DOING BUT IT DIDNT WORK
> IN THE MESSAGE WINDOW IT SAYS CLOCK=0.000 ANIMATION=OFF
> SO HOW DO I TURN ANIMATION ON

For animations You should set final frame statement. If You use ini
file, then add:
Final_Frame=30
by substituting 30 with number of frames.
If You set clock variable, then You have to modify it by itself for each
frame (external animation), by
using Final_Frame, pov-ray enters into internal animation, changing
clock by itself (by default from 0-1) for each frame.
RTFM 6.2.1.


Post a reply to this message

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