Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 17, 2007, 1:58:26 AM (16 years ago)
Author:
landauf
Message:

removed scenemanager hack and used orxonox.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN/src/orxonox/objects/WorldEntity.h

    r533 r554  
    1818            void tick(float dt);
    1919
    20         private:
    21             Ogre::SceneNode* node_;
    22             static unsigned int worldEntityCounter_s;
    23 
    24             bool bStatic_;
    25             Vector3 velocity_;
    26             Vector3 acceleration_;
    27             Vector3 rotationAxis_;
    28             Radian rotationRate_;
    29             Radian momentum_;
    30 
    31         public:
    3220            inline Ogre::SceneNode* getNode()
    3321                { return this->node_; }
     
    114102
    115103
    116             static Ogre::SceneManager* sceneManager_s;
    117             static int num_s;
     104        private:
     105            Ogre::SceneNode* node_;
     106            static unsigned int worldEntityCounter_s;
    118107
     108            bool bStatic_;
     109            Vector3 velocity_;
     110            Vector3 acceleration_;
     111            Vector3 rotationAxis_;
     112            Radian rotationRate_;
     113            Radian momentum_;
    119114    };
    120115}
Note: See TracChangeset for help on using the changeset viewer.