Ignore:
Timestamp:
07/02/07 04:06:16 (17 years ago)
Author:
szirmay
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Illum/Ogre/src/Common/include/FPSPlayer.h

    r2462 r2473  
    55#include "OgreIlluminationManager.h" 
    66#include "NXOgre.h" 
     7#include "GeoLodStripsLibrary.h" 
     8#include "GeoMeshLoader.h" 
    79 
    810using namespace Ogre; 
     
    127129        float getHit(){ if(mCurrentAnimState == PLAYERANIMSTATE_ATTACK) return 20; else return 0;} 
    128130        void addHit(float hit); 
     131        void addPlayerMesh(String meshname, float meshscale, bool rotateModel); 
    129132 
    130133        bool frameStarted(const FrameEvent& evt) 
     
    142145 
    143146        static float MaxHealth; 
     147        static Geometry::GeoMeshLoader* meshLoader; 
     148        static Geometry::Mesh *trollLODMesh; 
     149        Geometry::LodStripsLibrary *lodObject; 
     150        float lastLodLevel; 
    144151}; 
    145152 
Note: See TracChangeset for help on using the changeset viewer.