Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 13, 2008, 5:01:10 PM (17 years ago)
Author:
scheusso
Message:

merge network3 and camera branch into merge branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/merge/src/orxonox/objects/SpaceShip.h

    r1219 r1264  
    2323 *      Fabian 'x3n' Landau
    2424 *   Co-authors:
    25  *      ...
     25 *      Benjamin Knecht
    2626 *
    2727 */
     
    3535
    3636#include "core/InputHandler.h"
     37#include "Camera.h"
    3738#include "Model.h"
    3839#include "../tools/BillboardSet.h"
     
    6263            void setRotDamp(float value);
    6364
     65            void getFocus();
     66
    6467            static void setMaxSpeedTest(float value)
    6568                { SpaceShip::instance_s->setMaxSpeed(value); }
     
    7275
    7376        private:
     77            void createCamera();
    7478            static SpaceShip* instance_s;
    7579
     
    8185
    8286            Ogre::SceneNode* camNode_;
     87            Camera* cam_; 
     88            std::string camName_;
     89
    8390
    8491            ParticleInterface* tt_;
     
    117124
    118125            float emitterRate_;
     126            bool server_;
    119127    };
    120128}
Note: See TracChangeset for help on using the changeset viewer.