git : warning: in the working copy of 'third_party/ImGuizmo/ImGuizmo.cpp', LF will be rep laced by CRLF the next time Git touches it At line:1 char:1 + git diff HEAD~1 third_party/ImGuizmo/ImGuizmo.cpp > diff_head.txt 2>& ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (warning: in the... Git touches it:String) [ ], RemoteException + FullyQualifiedErrorId : NativeCommandError diff --git a/third_party/ImGuizmo/ImGuizmo.cpp b/third_party/ImGuizmo/ImGuizmo.cpp index b922e5a..73e8b68 100644 --- a/third_party/ImGuizmo/ImGuizmo.cpp +++ b/third_party/ImGuizmo/ImGuizmo.cpp @@ -787,8 +787,8 @@ namespace IMGUIZMO_NAMESPACE static const char* scaleInfoMask[] = { "X : %5.2f", "Y : %5.2f", "Z : %5.2f", "XYZ : %5.2f" }; static const char* rotationInfoMask[] = { "X : %5.2f deg %5.2f rad", "Y : %5.2f deg %5.2f rad", "Z : %5.2f deg %5.2f rad", "Screen : %5.2f deg %5.2f rad" }; static const int translationInfoIndex[] = { 0,0,0, 1,0,0, 2,0,0, 1,2,0, 0,2,0, 0,1,0, 0,1,2 }; - static const float quadMin = 0.5f; - static const float quadMax = 0.8f; + static const float quadMin = 0.12f; + static const float quadMax = 0.38f; static const float quadUV[8] = { quadMin, quadMin, quadMin, quadMax, quadMax, quadMax, quadMax, quadMin }; static const int halfCircleSegmentCount = 64; static const float snapTension = 0.5f;