POV-Ray : Newsgroups : povray.binaries.images : Recursive image - one command : Re: Recursive image - one command Server Time
13 Aug 2024 21:18:52 EDT (-0400)
  Re: Recursive image - one command  
From: Tek
Date: 21 Jan 2003 18:13:39
Message: <3e2dd423$1@news.povray.org>
gonzo <rgo### [at] lansetcom> wrote in message
news:web.3e2dbd11a51a66aea0c272b50@news.povray.org...
> Question: I had a similar idea for a recursive image, but I want each
> version to change slightly (adding an object).  I can do this easily enough
> by doing four successive renders, but is there a way in the SDL to get POV
> to re-render the scene so I can do this with one command? Doing it in 4
> means that it can't be duplicated directly from source, and therefore
> probably wouldn't be allowed in the IRTC.


You could just have a scene file that said things like:

#if ( frame_number = 3 )
    // draw objects that only appear in frame 3
    ...
#end

Then render it as an animation, each time using the previous frame as an
image_map.

--
Tek
http://www.evilsuperbrain.com


Post a reply to this message

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