diff --git a/CMCore b/CMCore index dcbb9ed7..0f236d9b 160000 --- a/CMCore +++ b/CMCore @@ -1 +1 @@ -Subproject commit dcbb9ed7a29021cc75bfdd9fb38abaea273257b6 +Subproject commit 0f236d9bc06803cce037fb6391c123cc99e81b90 diff --git a/CMUtil b/CMUtil index 39faf8b4..09965c14 160000 --- a/CMUtil +++ b/CMUtil @@ -1 +1 @@ -Subproject commit 39faf8b4751ad890bee3a0f5d827a0c619353c35 +Subproject commit 09965c1492755a00015f9f030043002c92edb9a5 diff --git a/example/Gizmo/CMakeLists.txt b/example/Gizmo/CMakeLists.txt index 6e62ac07..54db8d43 100644 --- a/example/Gizmo/CMakeLists.txt +++ b/example/Gizmo/CMakeLists.txt @@ -14,6 +14,6 @@ CreateProject(01_PlaneGrid3D PlaneGrid3D.cpp) CreateProject(02_RayPicking RayPicking.cpp) CreateProject(03_MetricCellsGrid MetricCellsGrid.cpp) -CreateProject(04_Gizmo3DTest GizmoTest.cpp Gizmo3DMove.cpp Gizmo.h GizmoResource.h GizmoResource.cpp) +CreateProject(04_Gizmo3DTest GizmoTest.cpp Gizmo3DMove.cpp Gizmo.h GizmoResource.h GizmoResource.cpp StaticMesh.h StaticMesh.cpp) #CreateProject(03_BlenderAxis BlenderAxis.cpp) diff --git a/example/Gizmo/Gizmo3DMove.cpp b/example/Gizmo/Gizmo3DMove.cpp index 50d94264..71ab5c6b 100644 --- a/example/Gizmo/Gizmo3DMove.cpp +++ b/example/Gizmo/Gizmo3DMove.cpp @@ -21,3 +21,18 @@ 中心球半径为1 */ +#include"GizmoResource.h" + +VK_NAMESPACE_BEGIN + +struct StaticMesh +{ + +}; + +namespace +{ + +}//namespace + +VK_NAMESPACE_END diff --git a/example/Gizmo/StaticMesh.cpp b/example/Gizmo/StaticMesh.cpp new file mode 100644 index 00000000..e69de29b diff --git a/example/Gizmo/StaticMesh.h b/example/Gizmo/StaticMesh.h new file mode 100644 index 00000000..a2ef4104 --- /dev/null +++ b/example/Gizmo/StaticMesh.h @@ -0,0 +1,20 @@ +#pragma once + +#include +#include +VK_NAMESPACE_BEGIN + +class StaticMesh +{ + RenderResource *rr; + + SortedSets prim_set; + SortedSets mi_set; + SortedSets pipeline_set; + +public: + + +}; + +VK_NAMESPACE_END