POV-Ray : Newsgroups : povray.advanced-users : Bitwise AND : Re: Bitwise AND Server Time
29 Jul 2024 02:20:27 EDT (-0400)
  Re: Bitwise AND  
From: Slime
Date: 6 Apr 2004 18:01:09
Message: <407328a5$1@news.povray.org>
> Having
> to export a new SDL for every frame is kind of annoying

True. What I tend to do to save space is to just comma-separated data which
can be #read by an SDL script. Sometimes I'll output something like

[frame number], [data],[data],[data],...
[frame number], [data],[data],[data],...
...

and occasionally I'll do something more sophisticated, with keyframes:

[time value], [data],[data],[data],...
[time value], [data],[data],[data],...
...

Either way, I have the SDL script #read in the necessary data for a certain
frame, do interpolation in the case of keyframes, and then use the data
however it wants.

The idea, of course, is to balance your need of low-level features with your
desire to avoid extra complication.

 - Slime
 [ http://www.slimeland.com/ ]


Post a reply to this message

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