Changeset 13041 for OpenSceneGraph/trunk/src/osgSim/ScalarBar.cpp
- Timestamp:
- 03/21/12 18:36:20 (14 months ago)
- Files:
-
- 1 modified
-
OpenSceneGraph/trunk/src/osgSim/ScalarBar.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgSim/ScalarBar.cpp
r11438 r13041 123 123 // Remove any existing Drawables 124 124 _drawables.erase(_drawables.begin(), _drawables.end()); 125 125 126 126 if (_numColors==0) return; 127 127 128 128 osg::Matrix matrix; 129 129 if(_orientation==HORIZONTAL)
