- Timestamp:
- 01/05/10 12:15:17 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgWrappers/osgGA/SphericalManipulator.cpp
r10430 r10916 138 138 "", 139 139 ""); 140 I_Method1(bool, setDistance, IN, double, distance,140 I_Method1(bool, setDistance, IN, double, x, 141 141 Properties::NON_VIRTUAL, 142 142 __bool__setDistance__double, 143 " ",144 " ");143 "Set the distance parameter (used by TrackballManipulator etc. ", 144 ") "); 145 145 I_Method0(double, getDistance, 146 Properties:: NON_VIRTUAL,146 Properties::VIRTUAL, 147 147 __double__getDistance, 148 " ",148 "Get the distance parameter. ", 149 149 ""); 150 150 I_Method0(double, getHomeDistance,
