Show
Ignore:
Timestamp:
06/14/11 18:54:20 (2 years ago)
Author:
robert
Message:

Replaced .osg with .osgt file usage

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • OpenSceneGraph/trunk/examples/osgpick/osgpick.cpp

    r9109 r12529  
    283283 
    284284    // if not loaded assume no arguments passed in, try use default mode instead. 
    285     if (!scene) scene = osgDB::readNodeFile("fountain.osg"); 
     285    if (!scene) scene = osgDB::readNodeFile("fountain.osgt"); 
    286286 
    287287    osg::ref_ptr<osg::Group> group = dynamic_cast<osg::Group*>(scene.get());