Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 17, 2007, 6:16:08 PM (19 years ago)
Author:
gfilip
Message:

evrything finally solved

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/camera/src/world_entities/cameraman.h

    r10257 r10272  
    55#include "camera.h"
    66#include <vector>
     7#include "base_object.h"
    78
    8 class cameraman {
     9class cameraman : public BaseObject {
     10  ObjectListDeclaration(cameraman);
    911
    1012  private:
    1113    Camera* currentCam;
    12    // int camNo;
    13 
     14    float nearClip;
     15    float farClip;
    1416
    1517
     
    2830    void changeSpeed(float speed);
    2931    void testCam();
    30 
     32    void setClipRegion(float nearClip, float farClip);
    3133
    3234
Note: See TracChangeset for help on using the changeset viewer.