Skip to content

Commit 9e9434f

Browse files
authored
Update index.html
1 parent cde7e11 commit 9e9434f

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 = [2, 10, 0];
428+
box.translation = [2, -10, 0];
429429
box.scale = [0.25, 0.25, 0.25];
430430
return box;
431431
}

0 commit comments

Comments
 (0)