POV-Ray : Newsgroups : povray.general : Bug: final_frame not working as described in docs... Server Time
4 Aug 2024 20:18:21 EDT (-0400)
  Bug: final_frame not working as described in docs... (Message 11 to 11 of 11)  
<<< Previous 10 Messages Goto Initial 10 Messages
From: Tim Nikias v2 0
Subject: Re: final_frame not working as described in docs...
Date: 9 Apr 2003 08:19:51
Message: <3e940fe7@news.povray.org>
Sorry, just noticed that as well. It'll only work when the clock
runs from 0 to 1 (as is recommended) and I've missed an
enclosing:

#if (clock_delta)
 [...]
#else
 #declare Total_Frames=1;
 #declare Cyclic_Animation=0;
#end


--
Tim Nikias v2.0
Homepage: http://www.digitaltwilight.de/no_lights
Email: Tim### [at] gmxde
"ABX" <abx### [at] abxartpl> schrieb im Newsbeitrag
news:kd389vgut0n0i9m7tmohvtros8qor5n808@4ax.com...
> On Wed, 9 Apr 2003 13:57:14 +0200, "Tim Nikias v2.0" <tim### [at] gmxde>
wrote:
> > #if
((final_frame-initial_frame)*clock_delta>=(final_clock-initial_clock))
> >  #declare Total_Frames=1/clock_delta+1;
> >  #declare Cyclic_Animation=off;
> > #else
> >  #declare Total_Frames=1/clock_delta;
> >  #declare Cyclic_Animation=on;
> > #end
>
> Are you sure ?
>
> This seems only valid when ( final_clock - initial_clock ) = 1
>
> ABX


Post a reply to this message

<<< Previous 10 Messages Goto Initial 10 Messages

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