We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c28672e commit 37e6ddbCopy full SHA for 37e6ddb
src/Handles/AxisTripod.ts
@@ -73,7 +73,7 @@ class AxisTripod extends TreeItem {
73
billboard.alphaParam.value = 1
74
billboard.fixedSizeOnscreenParam.value = true
75
76
- const labelXfo = new Xfo(new Vec3(0, 0, size))
+ const labelXfo = new Xfo(new Vec3(0, 0, size * 1.15))
77
billboard.localXfoParam.value = labelXfo
78
79
tailItem.addChild(billboard, false)
0 commit comments