diff --git a/example/Gizmo/StaticMesh.h b/example/Gizmo/StaticMesh.h index a2ef4104..9d11b8c7 100644 --- a/example/Gizmo/StaticMesh.h +++ b/example/Gizmo/StaticMesh.h @@ -2,6 +2,8 @@ #include #include +#include + VK_NAMESPACE_BEGIN class StaticMesh @@ -12,6 +14,10 @@ class StaticMesh SortedSets mi_set; SortedSets pipeline_set; +protected: + + SceneNode *root_node + public: