[osg-users] how to set frustum on camera slaves

2007-08-09 Thread Johan Johnsson
Hey ! I work on a project where i need to setup a few slaves to the mastercamera, and i suffer a slight problem during this operations. The viewport and the different offsets is no problem, however the frustum is not get the values that i send in as parameters to setProjectionMatrixAsFrustum().

Re: [osg-users] how to set frustum on camera slaves

2007-08-10 Thread Robert Osfield
Hi Johan, The slaves can either be relative to the master camera with the local slave projection and view offsets post mulitply this to give you the final view and projection matrix of the slave, or independent of the master camera when the slave camera defines both the view and projection matrix