Changeset 13041 for OpenSceneGraph/trunk/include/osgSim/ScalarBar
- Timestamp:
- 03/21/12 18:36:20 (15 months ago)
- Files:
-
- 1 modified
-
OpenSceneGraph/trunk/include/osgSim/ScalarBar (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/include/osgSim/ScalarBar
r11438 r13041 183 183 /** Set the position of scalar bar's lower left corner.*/ 184 184 void setPosition(const osg::Vec3& pos); 185 185 186 186 /** Get the position of scalar bar.*/ 187 187 const osg::Vec3& getPosition() const { return _position; }
