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
10
vendor/librw/tools/subrast/subrast.h
vendored
Normal file
10
vendor/librw/tools/subrast/subrast.h
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
extern rw::Camera *Camera;
|
||||
extern rw::Camera *SubCameras[4];
|
||||
|
||||
void CreateCameras(rw::World *world);
|
||||
void DestroyCameras(rw::World *world);
|
||||
void UpdateSubRasters(rw::Camera *mainCamera, rw::int32 mainWidth, rw::int32 mainHeight);
|
||||
|
||||
extern rw::V3d Xaxis;
|
||||
extern rw::V3d Yaxis;
|
||||
extern rw::V3d Zaxis;
|
||||
Loading…
Add table
Add a link
Reference in a new issue