Remove "Drawable" virtual class to simplify class hierarchy
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user