Reduced the size of the "oversized" cessna.osg

This commit is contained in:
Robert Osfield
2005-11-09 13:39:08 +00:00
parent e555f0332b
commit 4d42be705d

View File

@@ -330,7 +330,7 @@ int main(int argc, char **argv)
osg::Node* cessna = osgDB::readNodeFile("cessna.osg");
if (cessna)
{
double s = 600000.0 / cessna->getBound().radius();
double s = 200000.0 / cessna->getBound().radius();
osg::MatrixTransform* scaler = new osg::MatrixTransform;
scaler->addChild(cessna);