mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-03-13 08:58:54 -05:00
Fix DebugAxis helper; Increase the sensitivity to prevent loss of color in debug axis (closes #1560)
This commit is contained in:
@@ -67,7 +67,7 @@ local addCartesianAxes = function (specification)
|
||||
Parent = parent,
|
||||
Transform = {
|
||||
Scale = {
|
||||
Type = "StaticScale",
|
||||
Type = "NonUniformStaticScale",
|
||||
Scale = scale
|
||||
},
|
||||
Translation = {
|
||||
|
||||
Reference in New Issue
Block a user