POV-Ray : Newsgroups : povray.animations : Keeping variables through frames. : Re: Keeping variables through frames. Server Time
26 Jun 2024 14:28:03 EDT (-0400)
  Re: Keeping variables through frames.  
From: MatrixFrog
Date: 6 Jul 2005 05:40:01
Message: <web.42cba6362eddb037c62e6bcb0@news.povray.org>
Well, you could have a variable which is the same for all clock values
within an arbitrary range.

#if (SomeNumber<clock<SomeOtherNumber)
#declare Variable = Something ;
#else
#declare Variable = SomethingElse ;
#end

.... or something like that


Post a reply to this message

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