Changeset 10199 in orxonox.OLD for branches/camera/src
- Timestamp:
- Jan 9, 2007, 12:02:59 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/camera/src/world_entities/cameraman.h
r10197 r10199 21 21 void moveCam(int x, int y, int z, int speed, int camNo); 22 22 void moveCurrCam(int x, int y, int z, int speed); 23 23 void changeTarget(int camNo, PNode* target); 24 void changeCurrTarget(PNode* target); 25 void jumpCam(int x, int y, int z, int camNo); 26 void jumpCam(int x, int y, int z); 24 27 25 28
Note: See TracChangeset
for help on using the changeset viewer.