Changeset 915


Ignore:
Timestamp:
05/05/06 16:04:23 (18 years ago)
Author:
mattausch
Message:
 
Location:
GTP/trunk/App/Demos/Vis/HillyTerrain/OGRE
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Vis/HillyTerrain/OGRE/TerrainFrameListener.h

    r901 r915  
    296296                1) the walkthrough must be recorded.  
    297297                2) the walktrough must be replayed using the different options, e.g., CHC  
    298                    with the mSavePrecomputedFps option. This saves the frame rates 
     298                   with the mSavePrecomputedFps (key "E") option. This saves the frame rates 
    299299                   for the different methods. 
    300             3) the walkthrough must then be replayed with the mRecordDemo options turned on. 
     300            3) the walkthrough must then be replayed with the mRecordDemo (KEY "M") options turned on. 
    301301                   for the video recording we are using FRAPS. 
    302302        */ 
  • GTP/trunk/App/Demos/Vis/HillyTerrain/OGRE/TestCullingTerrainApplication.h

    r901 r915  
    110110 
    111111        // object types 
    112         enum {ROBOT, ATHENA, NINJA}; 
     112        enum {ROBOT, TREE, NINJA}; 
    113113 
    114114         
Note: See TracChangeset for help on using the changeset viewer.