POV-Ray : Newsgroups : povray.general : Bug: final_frame not working as described in docs... : Re: final_frame not working as described in docs... Server Time
4 Aug 2024 16:09:04 EDT (-0400)
  Re: final_frame not working as described in docs...  
From: ABX
Date: 9 Apr 2003 08:12:58
Message: <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

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