adding plane shape and universal guizmo (this is the wrong branch)

This commit is contained in:
Erris
2026-03-07 11:48:46 +01:00
parent 44f766863d
commit af7b7d2bfa
8 changed files with 72 additions and 14 deletions

View File

@@ -21,6 +21,7 @@ namespace OpenEngine {
void BodyOnImGuiRender(entt::registry& registry, entt::entity entity);
void SphereShapeOnImGuiRender(entt::registry& registry, entt::entity entity);
void BoxShapeOnImGuiRender(entt::registry& registry, entt::entity entity);
void PlaneShapeOnImGuiRender(entt::registry& registry, entt::entity entity);
}
#endif // EDITOR_COMPONENT_HPP