POV-Ray : Newsgroups : povray.advanced-users : Starting and ending an action on specified frames. : Re: Starting and ending an action on specified frames. Server Time
30 Jul 2024 02:18:02 EDT (-0400)
  Re: Starting and ending an action on specified frames.  
From: Sander
Date: 21 Nov 2000 15:02:50
Message: <MPG.1484f3a2598ef20a9896ad@news.povray.org>
in povray.advanced-users, Christoph Hormann says...

> I'm not very experienced in animations, but how about:
> 
> #if ((clock >= 240/100) & (clock <= 240/105))
> 
>   light_source { 
>     [position]
>     color rgb (240/105 - clock)*10  // or whatever
>   }
> #end
> 
> Christoph
> 
> 
Should't that rather be:
#if ((clock >= 100/240) & (clock <= 105/240))
  etc.

??

En dan een exponentieel aflopende intensiteit van de lichtbron??
-- 
Regards - groeten,  Sander


Post a reply to this message

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