I am a new user and I think that my question is rather stupid.But I have to
do it.
I found some .pov files that, in their comments, they talk about animation.
I render them in POVRAY and I see nothing. I understand that maybe POVRAY
creates separate files for each frame, but I can not locate them.
Is there any answer? How can I see the animation?
Thanks in advance for your answer.
Margaritis Paktitis
mpa### [at] groovygr
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.
Johannes Hubert (jhu### [at] algonetse) wrote:
: Initial_Frame=1
: Final_Frame=100
: Initial_Clock=0
: Final_Clock=1
The Final_Frame is enough. You don't have to mess up with the other
settings.
--
- Warp. -