mirror of
https://gitlab.com/shinovon/re3-symbian.git
synced 2026-05-23 01:57:21 +03:00
Initial commit
This commit is contained in:
commit
77cdaaf97e
827 changed files with 418745 additions and 0 deletions
6
vendor/librw/tools/camera/viewer.h
vendored
Normal file
6
vendor/librw/tools/camera/viewer.h
vendored
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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue