Hi Adrian,

You can control the management of the projection matrix w.r.t resizing
via osg::Camera methods.  I can't recall them off the top of my head,
go have a browse.

Robert.

On Mon, Jan 26, 2009 at 10:20 AM, Adrian Egli OpenSceneGraph (3D)
<[email protected]> wrote:
> Hi Robert,
>
> for each slave camera, osg overwrites the projection matrix (each frame).
> what happends when i have a slave with w=1,h=1 and a second w=2,h=1 ->the
> aspection ratio should be different, but i get wrong output. i believe that
> the aspect ratio
> gets overwritten with the master cams, this is for example similart to the
> first slave w=1,h=1. do i right understand the osg? if yes, how should if
> fix this issue in our appliction
>
> adrian
>
> --
> ********************************************
> Adrian Egli
>
> _______________________________________________
> osg-users mailing list
> [email protected]
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>
>
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to