Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 29, 2008, 5:15:44 PM (16 years ago)
Author:
bknecht
Message:

CameraHandler and Camera work now

File:
1 edited

Legend:

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

    r1056 r1201  
    2323 *      Fabian 'x3n' Landau
    2424 *   Co-authors:
    25  *      ...
     25 *      Benjamin Knecht
    2626 *
    2727 */
     
    3535#include <OIS/OISMouse.h>
    3636
     37#include "Camera.h"
    3738#include "Model.h"
    3839#include "../tools/BillboardSet.h"
     40
    3941
    4042namespace orxonox
     
    8082
    8183            Ogre::SceneNode* camNode_;
     84            Camera* cam_;
    8285
    8386            ParticleInterface* tt_;
Note: See TracChangeset for help on using the changeset viewer.