Added rigid bodys

This commit is contained in:
Dane Johnson
2021-01-24 22:55:36 -06:00
parent d51528dd0f
commit f27cf4bd88
8 changed files with 187 additions and 11 deletions

View File

@@ -16,6 +16,7 @@
#include "Camera.h"
#include "Light.h"
#include "Skybox.h"
#include "Rigidbody.h"
%}
typedef float cfloat;
@@ -48,3 +49,4 @@ public:
%include "Camera.h"
%include "Light.h"
%include "Skybox.h"
%include "Rigidbody.h"