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/osghud/osghud.cpp

    r10248 r12529  
    276276     
    277277    // if not loaded assume no arguments passed in, try use default model instead. 
    278     if (!scene) scene = osgDB::readNodeFile("dumptruck.osg"); 
     278    if (!scene) scene = osgDB::readNodeFile("dumptruck.osgt"); 
    279279     
    280280