Reduced the size of the "oversized" cessna.osg
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user