finished lights example

This commit is contained in:
aap
2021-03-03 02:00:52 +01:00
parent af20de4522
commit 0921a2b003
10 changed files with 708 additions and 173 deletions

7
tools/lights/main.h Normal file
View File

@@ -0,0 +1,7 @@
extern rw::World *World;
extern rw::Camera *Camera;
extern rw::V3d Xaxis;
extern rw::V3d Yaxis;
extern rw::V3d Zaxis;