Hi everybody, I have an ECEF terrain and I use standart terrain manipulator class (osgGA::TerrainManipulator) on this terrain.
Everything is fine but when I rotate the camera, in some cases, the camera makes a roll rotation on the terrain. I tried to change the terrain manipulator's rotation mode by using terrainManipulator->setRotationMode(osgGA::TerrainManipulator::RotationMode::ELEVATION_AZIM) but this code had no effect on my camera. How can I close the camera's roll rotation? Thank you! Cheers, Onur ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=52528#52528 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

