POV-Ray : Newsgroups : povray.unofficial.patches : Persistence of animation : Re: Persistence of animation Server Time
2 Sep 2024 08:18:32 EDT (-0400)
  Re: Persistence of animation  
From: Mikael Carneholm
Date: 21 Mar 2000 16:08:25
Message: <38D7E4B4.11F1C996@ida.utb.hb.se>
Bouf wrote:

> I'm not sure, but I think that you have to declare your object only in
> the first frame, with :
>
> #if (clock = 0)
>
> ...declare something persistant...
>
> #end
>
> Bouf.

Better still:

#ifndef(MyThingy)
  #declare MyThingy=...
#end

----------------------------------------------------
Mikael Carneholm
Dep. of Computer Science and Business Administration


Personal homepage:
http://www.studenter.hb.se/~arch
E-mail:
sa9### [at] idautbhbse


Post a reply to this message

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