|
 |
Mike Horvath <mik### [at] gmail com> wrote:
>
http://news.povray.org/povray.advanced-users/thread/%3C54d7aa78$1@news.povray.org%3E/
Aha! I see great minds think alike :)
> It's a "least common denominator" kind of a thing. Some formats don't
> support a lot of metadata, therefore the other formats should also be
> limited to this small amount.
>
> Mike
I was thinking that POV-Ray must have things that it does based upon which file
format it writes to.
Doesn't seem to hard to filter what you can and cannot write out, or how much,
based upon what output format is specified.
#if (format = allowed)
go hog wild
#else
#if (format = somewhat)
write whatever data will fit
#else
tactfully tell user most of the data got sh*tcannned
"Please switch to format A, B, or C to include all desired data"
#end
#end
What about rigging up some kinda post-processing thing?
Can POV-Ray spit out variables to a 3rd party program that POV-Ray executes on
completion of the render?
I dunno much about things like that :O
Post a reply to this message
|
 |