added StaticMesh.cpp/.h in example, they should move to SceneGraph in future

This commit is contained in:
2024-07-15 01:23:13 +08:00
parent 5855b2eb5b
commit 6571a27f41
6 changed files with 38 additions and 3 deletions

View File

@@ -21,3 +21,18 @@
中心球半径为1
*/
#include"GizmoResource.h"
VK_NAMESPACE_BEGIN
struct StaticMesh
{
};
namespace
{
}//namespace
VK_NAMESPACE_END