From fa49161fe2d7e0a025c9fd8559815d56dfd1f427 Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Sat, 15 Jul 2017 11:35:44 -0400 Subject: Added static physics things Added some phyics stuff! woo! * Added physics models from file * Added physics boxes * Added a maya camera * Added lights * Various refactoring --- src/client/lua_api/phys/bphysmodel.hpp | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/client/lua_api/phys/bphysmodel.hpp (limited to 'src/client/lua_api/phys/bphysmodel.hpp') diff --git a/src/client/lua_api/phys/bphysmodel.hpp b/src/client/lua_api/phys/bphysmodel.hpp new file mode 100644 index 0000000..a59c451 --- /dev/null +++ b/src/client/lua_api/phys/bphysmodel.hpp @@ -0,0 +1,11 @@ + +#include +#include +extern "C" { + #include + #include + #include +} +#include + +int bphysmodel_register(lua_State* L, irr::IrrlichtDevice* d); -- cgit v1.2.3-70-g09d2