Remove "Drawable" virtual class to simplify class hierarchy

This commit is contained in:
Dane Johnson
2021-01-18 13:31:09 -06:00
parent 0f3dbdff64
commit 66bf7776c7
7 changed files with 17 additions and 25 deletions

View File

@@ -7,7 +7,6 @@
#include "Node.h"
#include "Transform.h"
#include "Spatial.h"
#include "Drawable.h"
#include "Material.h"
#include "Mesh.h"
#include "Ball.h"
@@ -36,7 +35,6 @@ public:
%include "Node.h"
%include "Spatial.h"
%include "Transform.h"
%include "Drawable.h"
%include "Material.h"
%include "Mesh.h"
%include "Ball.h"