mirror of
https://github.com/aap/librw.git
synced 2025-12-22 10:29:55 +00:00
add camera example
This commit is contained in:
6
tools/camera/viewer.h
Normal file
6
tools/camera/viewer.h
Normal file
@@ -0,0 +1,6 @@
|
||||
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);
|
||||
Reference in New Issue
Block a user