Added sphere collider

This commit is contained in:
antopilo
2023-03-08 20:21:50 -05:00
parent 75cb774caf
commit 8c9c6c21df
4 changed files with 54 additions and 4 deletions

View File

@@ -100,7 +100,7 @@ void EditorSelectionPanel::DrawEntity(Nuake::Entity entity)
mCameraPanel.Draw(entity);
mRigidbodyPanel.Draw(entity);
mBoxColliderPanel.Draw(entity);
mSphereColliderPanel.Draw(entity);
/*
if (Selection.Entity.HasComponent<MeshComponent>())
{