Skip to content

Commit 4123b02

Browse files
authored
Update index.html
1 parent 316f2a7 commit 4123b02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@
425425
function AddInteractionBox(r, g, b) {
426426
let box = new Node();
427427
box.addRenderPrimitive(createBoxPrimitive(r, g, b));
428-
box.translation = [0, 0, 0];
428+
box.translation = [0, 0, -6.0];
429429
box.scale = [0.25, 0.25, 0.25];
430430
return box;
431431
}

0 commit comments

Comments
 (0)