- Timestamp:
- 10/13/06 03:29:01 (18 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.cpp
r1609 r1617 1627 1627 if (mInputDevice->isKeyDown(KC_LEFT)) 1628 1628 { 1629 mCamNode->yaw(mRotScale );1629 mCamNode->yaw(mRotScale, Ogre::Node::TS_WORLD); 1630 1630 cursorPressed = true; 1631 1631 } -
GTP/trunk/App/Demos/Vis/HillyTerrain/OGRE/TestCullingTerrain.vcproj
r1298 r1617 76 76 GlobalOptimizations="TRUE" 77 77 InlineFunctionExpansion="2" 78 EnableIntrinsicFunctions="TRUE" 78 79 FavorSizeOrSpeed="1" 80 OmitFramePointers="TRUE" 81 EnableFiberSafeOptimizations="TRUE" 79 82 OptimizeForProcessor="0" 80 83 OptimizeForWindowsApplication="TRUE"
Note: See TracChangeset
for help on using the changeset viewer.