POV-Ray : Newsgroups : povray.newusers : animation to change size : Re: animation to change size Server Time
29 Jul 2024 22:28:31 EDT (-0400)
  Re: animation to change size  
From: kmac99
Date: 26 Jan 2005 02:05:00
Message: <web.41f74095348d029f0c88ee30@news.povray.org>
Disregard the second question....

I do have one other concern.  Given the simple example,

#declare X = 5/100;

sphere {
  <0,1,0>, 1*pow(1 + X, frame_number)
  pigment{color rgb<1.0, 0.0.0.0>}
}

The first frame will have a radius of 1.05.  Is the second frame calculated
using 1.05 * pow(1+X, frame_number) or is it 1.10?  I need the former,
where the increase is based on the the last size.


Post a reply to this message

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