Robert, I meant the view offset of the offset slaves (left: -40; right 40)
The RTT camera is in the scene graph itself - but I have one scene for the three cameras; I thought I need three RTT cameras, one for every channel; but when I set the ReferenceFrame to RELATIVE_RF, I suppose I have the view matrix of the center camera for all three RTT cameras or do I misunderstand something ? Thanks Dieter -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Robert Osfield Sent: Wednesday, 26 September, 2007 18:05 To: OpenSceneGraph Users Subject: Re: [osg-users] RTT in a multichannel app On 9/26/07, Dieter Pfeffer <[EMAIL PROTECTED]> wrote: > ---- how can I set my rtt camera view matrix so that I have the same view > offset ? The same view offset as what? The master camera? One of the already offset slaves? For a RTT slave to have the same view matrix as the master simply use an identity matrix. If your RTT Camera is in the scene graph itself then just set its view matrix to identity and then set the ReferenceFrame to RELATIVE_RF. Robert. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org Unclassified Mail _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

