Changeset 3279
- Timestamp:
- 08/16/04 10:32:16 (9 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgSim/VisibilityGroup.cpp
r3278 r3279 49 49 float length = _segmentLength; 50 50 if(length == 0.f) 51 length = getBound().radius();51 length = 2.0f*getBound().radius(); 52 52 look *= length; 53 53 osg::Vec3 center = eye + look;
