feat: rotation gizmo improvements

This commit is contained in:
Nick Fisher
2024-12-12 16:58:30 +08:00
parent 771f851784
commit 62cd85c148
7 changed files with 7752 additions and 3450 deletions

View File

@@ -155,7 +155,7 @@ namespace thermion
View *_view;
Material *_material;
float _scale = 8.0f;
float _scale = 10.0f;
utils::Entity _parent;
std::vector<SceneAsset *> _axes;