|
|
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
|
|