Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 15, 2008, 11:26:16 PM (15 years ago)
Author:
landauf
Message:
  • Readded smooth camera movement (configurable through CameraPosition), works also with camera-position-changes
  • Added free mouse look (press left control key)
  • Made strength of boost-blur configurable
File:
1 edited

Legend:

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

    r2256 r2478  
    147147                { return this->parent_; }
    148148
     149            void attachNode(Ogre::SceneNode* node);
     150            void detachNode(Ogre::SceneNode* node);
     151            void attachToNode(Ogre::SceneNode* node);
     152            void detachFromNode(Ogre::SceneNode* node);
     153
    149154        protected:
    150155            Ogre::SceneNode* node_;
Note: See TracChangeset for help on using the changeset viewer.