- Timestamp:
- 11/09/05 14:39:08 (8 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgsimulation/osgsimulation.cpp
r4510 r4711 331 331 if (cessna) 332 332 { 333 double s = 600000.0 / cessna->getBound().radius();333 double s = 200000.0 / cessna->getBound().radius(); 334 334 335 335 osg::MatrixTransform* scaler = new osg::MatrixTransform;
