- Timestamp:
- 01/05/10 12:15:17 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgWrappers/osgGA/MatrixManipulator.cpp
r7654 r10916 111 111 "Get the FusionDistanceValue. ", 112 112 "Used by SceneView for setting up stereo convergence. "); 113 I_Method1(void, setDistance, IN, double, x, 114 Properties::NON_VIRTUAL, 115 __void__setDistance__double, 116 "Set the distance parameter (used by TrackballManipulator etc. ", 117 ") "); 118 I_Method0(double, getDistance, 119 Properties::VIRTUAL, 120 __double__getDistance, 121 "Get the distance parameter. ", 122 ""); 113 123 I_Method1(void, setIntersectTraversalMask, IN, unsigned int, mask, 114 124 Properties::NON_VIRTUAL, … … 196 206 __CoordinateFrameCallback_P1__getCoordinateFrameCallback, 197 207 __void__setCoordinateFrameCallback__CoordinateFrameCallback_P1); 208 I_SimpleProperty(double, Distance, 209 __double__getDistance, 210 __void__setDistance__double); 198 211 I_SimpleProperty(osgUtil::SceneView::FusionDistanceMode, FusionDistanceMode, 199 212 __osgUtil_SceneView_FusionDistanceMode__getFusionDistanceMode,
