[WIP] first version of gizmo move test,,can't RUN.

This commit is contained in:
2024-07-29 14:01:10 +08:00
parent 03f7237db3
commit 412ed6f3f2
7 changed files with 110 additions and 65 deletions

View File

@@ -1,4 +1,4 @@
#pragma once
#pragma once
#include<hgl/graph/VKRenderable.h>
#include<hgl/type/SortedSets.h>
@@ -22,5 +22,9 @@ public:
virtual ~StaticMesh();
static StaticMesh *CreateNewObject(RenderResource *,SceneNode *);
public:
SceneNode *GetScene(){return root_node;}
};//class StaticMesh
VK_NAMESPACE_END

View File

@@ -115,6 +115,8 @@ class IndirectDispatchBuffer;
class RenderResource;
class StaticMesh;
enum class SharingMode
{
Exclusive = 0,