Changeset 10272 in orxonox.OLD for branches/camera/src/world_entities/cameraman.h
- Timestamp:
- Jan 17, 2007, 6:16:08 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/camera/src/world_entities/cameraman.h
r10257 r10272 5 5 #include "camera.h" 6 6 #include <vector> 7 #include "base_object.h" 7 8 8 class cameraman { 9 class cameraman : public BaseObject { 10 ObjectListDeclaration(cameraman); 9 11 10 12 private: 11 13 Camera* currentCam; 12 // int camNo;13 14 float nearClip; 15 float farClip; 14 16 15 17 … … 28 30 void changeSpeed(float speed); 29 31 void testCam(); 30 32 void setClipRegion(float nearClip, float farClip); 31 33 32 34
Note: See TracChangeset
for help on using the changeset viewer.