Changeset 8193
- Timestamp:
- 04/22/08 16:31:30
- Files:
-
- OpenSceneGraph/trunk/src/osgTerrain/Layer.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
OpenSceneGraph/trunk/src/osgTerrain/Layer.cpp
r7872 r8193 564 564 { 565 565 if (_implementation.valid()) return _implementation->computeBound(treatAsElevationLayer); 566 } 567 566 else return osg::BoundingSphere(); 567 } 568
