|
|
In article <web.3e62320f4e1404fdeffe5b8b0@news.povray.org>,
"Don Barron" <ani### [at] ukonlinecouk> wrote:
> MegaPov 0.7 had a powerful capability of avoiding the delay in parsing each
> frame of an animation. This can be important in a complex scene or object
> which may take several minutes to parse and several minutes to render each
> frame of a 512 frame animation. Is this possible in the official POV 3.5?
MegaPOV had no feature quite like you describe. It did have support for
persistent variables which carried over from previous frames, but as I
recall there were some problems with it, and it didn't magically avoid
parsing, it just let you write things to minimize the amount of parsing
that was required.
Anyway, the official version does not have this feature. You might still
be able to reduce parsing time, depending on what exactly you are doing.
If your scene does complex computations, it might pay off to do them
once and store the results in an include file, maybe even generating a
mesh.
--
Christopher James Huff <cja### [at] earthlinknet>
http://home.earthlink.net/~cjameshuff/
POV-Ray TAG: chr### [at] tagpovrayorg
http://tag.povray.org/
Post a reply to this message
|
|