POV-Ray : Newsgroups : povray.animations : multiple scenes in one render : Re: multiple scenes in one render Server Time
6 Oct 2024 10:46:18 EDT (-0400)
  Re: multiple scenes in one render  
From: Slime
Date: 21 Aug 2002 16:08:22
Message: <3d63f336@news.povray.org>
> 1. The myst-type book (what I'm trying now)

Yay Myst!

> It would essentially call for two renders in one scene, with one used as a
> image map in another- but how would you get it to go automatically?

Well, I'd have the clock go from 0 to 1, and use an #if:

#if (clock < .5)
// inside-the-book scene
#else
// the book using an image map of the current file name to get the
previously made image with this file name
#end

You may just want to make two separate scene files and render them
separately.

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


Post a reply to this message

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