Added more collision shapes and rigidbody driving

This commit is contained in:
Dane Johnson
2021-01-25 15:17:32 -06:00
parent f27cf4bd88
commit cd20bc490d
10 changed files with 2499 additions and 29 deletions

View File

@@ -17,6 +17,7 @@
#include "Light.h"
#include "Skybox.h"
#include "Rigidbody.h"
#include "CollisionShape.h"
%}
typedef float cfloat;
@@ -50,3 +51,4 @@ public:
%include "Light.h"
%include "Skybox.h"
%include "Rigidbody.h"
%include "CollisionShape.h"