Changeset 10204 in orxonox.OLD for branches/camera/src/world_entities/cameraman.h
- Timestamp:
- Jan 10, 2007, 1:18:46 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/camera/src/world_entities/cameraman.h
r10199 r10204 19 19 void createCam(); 20 20 Camera* cameras[6]; 21 void moveCam(int x, int y, int z, int speed,int camNo);22 void moveCurrCam(int x, int y, int z , int speed);21 void moveCam(int x, int y, int z, int camNo); 22 void moveCurrCam(int x, int y, int z); 23 23 void changeTarget(int camNo, PNode* target); 24 24 void changeCurrTarget(PNode* target); 25 25 void jumpCam(int x, int y, int z, int camNo); 26 void jumpC am(int x, int y, int z);27 26 void jumpCurrCam(int x, int y, int z); 27 void changeSpeed(float speed); 28 28 29 29
Note: See TracChangeset
for help on using the changeset viewer.