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

    r6941 r12529  
    9999     
    100100    // if not loaded assume no arguments passed in, try use default mode instead. 
    101     if (!loadedModel) loadedModel = osgDB::readNodeFile("cow.osg"); 
     101    if (!loadedModel) loadedModel = osgDB::readNodeFile("cow.osgt"); 
    102102 
    103103    // if no model has been successfully loaded report failure.