PDA

View Full Version : re-rendering objects in background


cdinic
03-09-2004, 08:51 PM
I want to re-render some stuff in my scene that moves behind other object, so I can't hide everything else.

I thought about rendering just what I need to re-render, then apply a white material to what needs to be re-rendered, and a black mat to what doesn't, then use that as an alpha map.. but that crap is time comsuming.

any simple solution I just don't know about?

Thanks!

-Chris

Cullen
03-09-2004, 09:03 PM
save as new scene.
apply a mat shadow material to the objects you would like to not render. They will now have no alpha and will render a black form for your objects to pass behind.

Wicked
03-10-2004, 09:16 AM
Can't you just hide you're unwanted objects (or make them "un-renderable")? Or do they need to be visible during the render?

Cullen
03-10-2004, 12:59 PM
Can't you just hide you're unwanted objects (or make them "un-renderable")? Or do they need to be visible during the render?

No... It needs to move behind an object.
It can't do this if the object is hidden.

CGTalk Moderation
01-17-2006, 04:00 PM
This thread has been automatically closed as it remained inactive for 12 months. If you wish to continue the discussion, please create a new thread in the appropriate forum.