Ignore:
Timestamp:
05/23/05 01:31:08 (19 years ago)
Author:
mattausch
Message:

added frame interpolation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/work/TestCulling/TestCullingApplication.cpp

    r103 r107  
    1414#include <Ogre.h> 
    1515#include "TestCullingApplication.h" 
    16 #include "SceneContentGenerator.h" 
     16#include "OgreSceneContentGenerator.h" 
    1717 
    1818#define WIN32_LEAN_AND_MEAN 
     
    212212         if ( mRMouseDown ) 
    213213         { 
    214                  mCamera->yaw( -e->getRelX() * mRotateSpeed ); 
    215                  mCamera->pitch( -e->getRelY() * mRotateSpeed ); 
     214                 mCamera->yaw(-e->getRelX() * mRotateSpeed); 
     215                 mCamera->pitch(-e->getRelY() * mRotateSpeed); 
    216216         } 
    217217} 
Note: See TracChangeset for help on using the changeset viewer.