Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10404 in orxonox.OLD for trunk/src/world_entities/cameraman.h


Ignore:
Timestamp:
Jan 27, 2007, 2:20:24 PM (19 years ago)
Author:
patrick
Message:

correct fading

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/cameraman.h

    r10403 r10404  
    22#define _CAMERAMAN_H
    33
    4 #include "p_node.h"
    5 #include "camera.h"
     4
    65#include <vector>
    76#include "base_object.h"
    8 #include "blackscreen.h"
     7
     8class BlackScreen;
     9class Camera;
     10class PNode;
    911
    1012class CameraMan : public BaseObject {
     
    3739    void togglFade();
    3840
     41    void cameraInfo();
     42
    3943    /// LOADING
    4044    virtual void loadParams(const TiXmlElement* root);
    4145
    4246    /// POLLING
    43     float getCurrCameraCoorX(){ return this->currentCam->getAbsCoorX(); }
    44     float getCurrCameraCoorY(){ return this->currentCam->getAbsCoorY(); }
    45     float getCurrCameraCoorZ(){ return this->currentCam->getAbsCoorZ(); }
     47    float getCurrCameraCoorX();
     48    float getCurrCameraCoorY();
     49    float getCurrCameraCoorZ();
    4650    bool cameraIsInVector(Camera* camera);
    4751
Note: See TracChangeset for help on using the changeset viewer.