From a04752b391c57dfe36e3abae7719d7e103881901 Mon Sep 17 00:00:00 2001 From: hyzboy Date: Wed, 17 Jul 2024 01:39:13 +0800 Subject: [PATCH] example update. --- example/Gizmo/StaticMesh.h | 6 ++++++ 1 file changed, 6 insertions(+) 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: