Materials are just structs

This commit is contained in:
Dane Johnson
2021-01-20 15:16:44 -06:00
parent d655b52aa2
commit 57c1874412
4 changed files with 11 additions and 19 deletions

View File

@@ -34,12 +34,6 @@ public:
}
%ignore "Vector3";
%extend Material {
static Material* Material::script_new() {
return new Material();
}
}
%include "types.h"
%include "Node.h"
%include "Spatial.h"