Changeset 915 for GTP/trunk/App
- Timestamp:
- 05/05/06 16:04:23 (19 years ago)
- 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 296 296 1) the walkthrough must be recorded. 297 297 2) the walktrough must be replayed using the different options, e.g., CHC 298 with the mSavePrecomputedFps option. This saves the frame rates298 with the mSavePrecomputedFps (key "E") option. This saves the frame rates 299 299 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. 301 301 for the video recording we are using FRAPS. 302 302 */ -
GTP/trunk/App/Demos/Vis/HillyTerrain/OGRE/TestCullingTerrainApplication.h
r901 r915 110 110 111 111 // object types 112 enum {ROBOT, ATHENA, NINJA};112 enum {ROBOT, TREE, NINJA}; 113 113 114 114
Note: See TracChangeset
for help on using the changeset viewer.