POV-Ray : Newsgroups : povray.newusers : Problem with a sphere_sweep in a animation : Re: Problem with a sphere_sweep in a animation Server Time
29 Jul 2024 04:19:09 EDT (-0400)
  Re: Problem with a sphere_sweep in a animation  
From: Manuel Mata
Date: 28 Sep 2006 02:25:00
Message: <web.451b6a0e1693327fd141b3240@news.povray.org>
You can set the clock variable the same as the frame number. For example:

initial_clock = 0;
final_clock = 10;

initial_frame_number = 0;
final_frame_number = 10;

This way the clock variable will have always the frame number so you can set
it on the sphere_sweep.

I dont remember if those are the right syntax, but you can read the docs
instead.

See ya.

           Manuel Mata
           www.mmata.org


Post a reply to this message

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