StaticMeshComponentManager

This commit is contained in:
2025-04-01 01:11:32 +08:00
parent a50c3ef10b
commit 44b1f13048
8 changed files with 105 additions and 65 deletions

View File

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