source: anuga_work/development/anugavis/src/camera.h @ 5316

Last change on this file since 5316 was 5292, checked in by jack, 17 years ago

anugavis: Some basic camera control and frame stepping.

File size: 162 bytes
Line 
1#ifndef CAMERA_H
2#define CAMERA_H
3
4#define CAMERA_DEFAULT_THETA 0.1
5
6void camera_rotate_yaw(float theta);
7void camera_rotate_pitch(float theta);
8
9#endif
Note: See TracBrowser for help on using the repository browser.