Hi Sascha, On 2/2/07, Sascha Kuhn <[EMAIL PROTECTED]> wrote:
I want to disable some rotaten axis of the camera. So that I can rotation maybe in only one or two axis with the mouse. I handle with the viewer matrix to set the view, is there a easier way to disable this rotaten axis?
The osgGA camera manipulators don't provide a wide range of controls of how they behavior. If you want custom behavior then simply write your own manipulator or simply set the main camera's view matrix per frame. Robert. _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
