- Timestamp:
- 11/17/05 21:22:55 (8 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgkeyboardmouse/osgkeyboardmouse.cpp
r3994 r4805 107 107 osg::Matrixd getViewMatrix() 108 108 { 109 _trackBall->input( mx(), my(), mbutton() );109 _trackBall->input( mx(), my(), mbutton() ); 110 110 return osg::Matrixd(_trackBall->getMatrix().ptr()); 111 111 }
