From 28326861934b360c56d282d3864ffe4ff09d6a3a Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Fri, 13 Sep 2024 11:08:49 +0800 Subject: [PATCH] adjust gizmo size --- thermion_dart/native/src/Gizmo.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/thermion_dart/native/src/Gizmo.cpp b/thermion_dart/native/src/Gizmo.cpp index 75116d81..60067498 100644 --- a/thermion_dart/native/src/Gizmo.cpp +++ b/thermion_dart/native/src/Gizmo.cpp @@ -89,8 +89,8 @@ Gizmo::Gizmo(Engine &engine, View* view, Scene* scene) : _engine(engine) // Line and arrow vertices float lineLength = 0.6f; - float lineWidth = 0.005f; - float arrowLength = 0.05f; + float lineWidth = 0.004f; + float arrowLength = 0.06f; float arrowWidth = 0.02f; float *vertices = new float[13 * 3]{ // Line vertices (8 vertices)