Fix DebugAxis helper; Increase the sensitivity to prevent loss of color in debug axis (closes #1560)

This commit is contained in:
Alexander Bock
2021-07-28 14:49:29 +02:00
parent 6628b9f0b4
commit 309bce2e30
5 changed files with 27 additions and 31 deletions

View File

@@ -67,7 +67,7 @@ local addCartesianAxes = function (specification)
Parent = parent,
Transform = {
Scale = {
Type = "StaticScale",
Type = "NonUniformStaticScale",
Scale = scale
},
Translation = {