POV-Ray : Newsgroups : povray.animations : Animation block, unblocked...almost. : Re: Animation block, unblocked...almost. Server Time
29 Apr 2024 14:57:49 EDT (-0400)
  Re: Animation block, unblocked...almost.  
From: clipka
Date: 3 Mar 2009 17:55:00
Message: <web.49adb4e72d0a94b54b67233c0@news.povray.org>
"RC" <nomail@nomail> wrote:
> Ya, the idea is that it could bounce back and forth, and I could render any
> number of frames. I guess I'm going to have to find a way to change the Speed
> to Speed = speedValue - 0.1 - delta;

Ah, that's an easy one:

#declare Speed = speedValue + sgn(speedValue)*(0.1 + delta);


Post a reply to this message

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