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

@@ -153,6 +153,11 @@ namespace OpenEngine {
{
float radius = 1.0f;
};
struct PlaneShapeComponent
{
float extent = 1.0f;
};
}
#endif // COMPONENTS_HPP