尝试初建StaticMeshComponent

This commit is contained in:
2025-06-14 02:32:15 +08:00
parent 87c150d1bd
commit 8ee9cdc396
9 changed files with 176 additions and 136 deletions

View File

@@ -12,8 +12,8 @@ class PrimitiveComponent:public RenderComponent
{
public:
PrimitiveComponent(SceneNode *psn,ComponentData *cd,ComponentManager *cm)
:RenderComponent(psn,cd,cm){}
using RenderComponent::RenderComponent;
virtual ~PrimitiveComponent()=default;
};//class PrimitiveComponent