Re: [osg-users] Rendering two scenes at once?

2010-03-19 Thread Adrian Lindberg
Works great! Thanks 8) -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=25867#25867 ___ osg-users mailing list osg-users@lists.openscenegraph.org

[osg-users] Rendering two scenes at once?

2010-03-18 Thread Adrian Lindberg
Okay, first off, what I wish to do I know I can do with FBO and off-screen rendering but at the moment it is not how I wish to conduct my execution. In standard OGL what I wish to do is easy. So how do I translate it to OSG? Consider the following: (1) I wish to render my scene (with my root

Re: [osg-users] Rendering two scenes at once?

2010-03-18 Thread Jean-Sébastien Guay
Hi Adrian, Since I don't have control over when things are rendered I guess it would be easier to create a second camera which renders after the first one (setting the ClearMask) and having my second scene for the second camera. From what you describe, yes, that's exactly how you would do