Changeset 13041 for OpenSceneGraph/trunk/src/osgGA/StandardManipulator.cpp
- Timestamp:
- 03/21/12 18:36:20 (15 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgGA/StandardManipulator.cpp
r12292 r13041 746 746 /** The method sends a ray into the scene and the point of the closest intersection 747 747 is used to set a new center for the manipulator. For Orbit-style manipulators, 748 the orbiting center is set. For FirstPerson-style manipulators, view is pointed 748 the orbiting center is set. For FirstPerson-style manipulators, view is pointed 749 749 towards the center.*/ 750 750 bool StandardManipulator::setCenterByMousePointerIntersection( const GUIEventAdapter& ea, GUIActionAdapter& us )
