[osg-users] Setting Camera View Matrix Not Taking Effect

OpenSceneGraph Users osg-users at lists.openscenegraph.org
Tue Apr 21 01:33:33 PDT 2020


Hi, camera settings are updated frame by frame by the camera
manipulator, so although you are changing the settings, the manipulator
resets them to whatever it wants.  It is created by default when you
just call "run()" on a viewer (it can be seen in the source code).

You should modify the camera manipulator to do what you want.

Regards,

-- 
Alberto



More information about the osg-users mailing list