Changeset 1617


Ignore:
Timestamp:
10/13/06 03:29:01 (18 years ago)
Author:
mattausch
Message:

s shit

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  
    16271627    if (mInputDevice->isKeyDown(KC_LEFT)) 
    16281628    { 
    1629         mCamNode->yaw(mRotScale); 
     1629        mCamNode->yaw(mRotScale, Ogre::Node::TS_WORLD); 
    16301630                cursorPressed = true; 
    16311631    } 
  • GTP/trunk/App/Demos/Vis/HillyTerrain/OGRE/TestCullingTerrain.vcproj

    r1298 r1617  
    7676                                GlobalOptimizations="TRUE" 
    7777                                InlineFunctionExpansion="2" 
     78                                EnableIntrinsicFunctions="TRUE" 
    7879                                FavorSizeOrSpeed="1" 
     80                                OmitFramePointers="TRUE" 
     81                                EnableFiberSafeOptimizations="TRUE" 
    7982                                OptimizeForProcessor="0" 
    8083                                OptimizeForWindowsApplication="TRUE" 
Note: See TracChangeset for help on using the changeset viewer.