source:
anuga_work/development/anugavis/src/camera.h
@
5316
Last change on this file since 5316 was 5292, checked in by , 17 years ago | |
---|---|
File size: 162 bytes |
Line | |
---|---|
1 | #ifndef CAMERA_H |
2 | #define CAMERA_H |
3 | |
4 | #define CAMERA_DEFAULT_THETA 0.1 |
5 | |
6 | void camera_rotate_yaw(float theta); |
7 | void camera_rotate_pitch(float theta); |
8 | |
9 | #endif |
Note: See TracBrowser
for help on using the repository browser.