POV-Ray : Newsgroups : povray.general : POV-Ray 3D Sound System : Re: POV-Ray 3D Sound System Server Time
2 Aug 2024 20:18:16 EDT (-0400)
  Re: POV-Ray 3D Sound System  
From: Tim Nikias
Date: 19 Sep 2004 05:51:37
Message: <414d56a9$1@news.povray.org>
> Yes, it's not a technical problem, it's only a matter of what design is
more
> clever.

My LSSM had a similiar problem. Certain Macros add values to the wavefield
and, as you know, those heights then just get smoothened out for a wave-like
effect. What I did was to have the macro add the data only when it is
occuring within the clock_delta of the current frame. That way, even when I
change the scene a little during the rendering (e.g. nudge a few values
while it's already rendering the first frames) it all works out.
Additionally, when stopping the animation and rendering it later on, the
data will get added once it actually pops up, not earlier or later. It
avoids double entry of the data.
-- 
"Tim Nikias v2.0"
Homepage: <http://www.nolights.de>


Post a reply to this message

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