Skip to content

Commit 37e6ddb

Browse files
committed
chore: moved AxisTripod labels to the end of the arrow.
1 parent c28672e commit 37e6ddb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Handles/AxisTripod.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ class AxisTripod extends TreeItem {
7373
billboard.alphaParam.value = 1
7474
billboard.fixedSizeOnscreenParam.value = true
7575

76-
const labelXfo = new Xfo(new Vec3(0, 0, size))
76+
const labelXfo = new Xfo(new Vec3(0, 0, size * 1.15))
7777
billboard.localXfoParam.value = labelXfo
7878

7979
tailItem.addChild(billboard, false)

0 commit comments

Comments
 (0)