POV-Ray : Newsgroups : povray.advanced-users : Instantiation and terminiation....OOP & Povray? : Re: Instantiation and terminiation....OOP & Povray? Server Time
28 Jul 2024 10:19:55 EDT (-0400)
  Re: Instantiation and terminiation....OOP & Povray?  
From: Mike Williams
Date: 25 Jan 2006 04:11:44
Message: <uaZj6DAyC01DFwa0@econym.demon.co.uk>
Wasn't it Mike who wrote:
>Is there a way to using Povvray's SDL to simply instantiate an object X at a
>specified moment in time (somewhere between 0.0 and 1.0) and then
>terminate it at a specific moment in time (between 0.0 and 1.0). If so,
>this would really help with an AI Animation I'm working on where I must
>maintain and print out complex multi-demonsional arrays into spline paths.

#if ((clock > 0.25) & (clock > 0.75)) 
  object {X}
#end

-- 
Mike Williams
Gentleman of Leisure


Post a reply to this message

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