POV-Ray : Newsgroups : povray.general : animation question : Re: animation question Server Time
28 Jul 2024 22:16:26 EDT (-0400)
  Re: animation question  
From: Chris Howie
Date: 19 Jan 2002 06:02:01
Message: <3c495229$1@news.povray.org>
Put all the objects into a union, then all the following lines to your
QUICKRES.INI file:

[x frames, y by z]
Width=y
Height=z
Initial_Frame=1
Final_Frame=x   ;set x to the number of frames
Cyclic_Animation=on   ;so that the last frame isn't identical to the first

Then add this line to the union:

rotate <0,clock,0>  // move clock into the desired axis

Hope this helps.

__________________
Chris Howie
cra### [at] yahoocom
http://winimizer.virtualave.net


Post a reply to this message

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