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