mirror of
https://github.com/aap/librw.git
synced 2024-11-25 21:25:42 +00:00
7 lines
356 B
C
7 lines
356 B
C
|
rw::Camera *ViewerCreate(rw::World *world);
|
||
|
void ViewerDestroy(rw::Camera *camera, rw::World *world);
|
||
|
void ViewerMove(rw::Camera *camera, rw::V3d *offset);
|
||
|
void ViewerRotate(rw::Camera *camera, float deltaX, float deltaY);
|
||
|
void ViewerTranslate(rw::Camera *camera, float deltaX, float deltaY);
|
||
|
void ViewerSetPosition(rw::Camera *camera, rw::V3d *position);
|