From 14853a31a6097f48632c24f5cf92b85929ef8eef Mon Sep 17 00:00:00 2001 From: Alfakhori <muhammad.alfakhori@hft-stuttgart.de> Date: Wed, 3 May 2023 07:38:51 +0000 Subject: [PATCH] Update public/webXR.html --- public/webXR.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/webXR.html b/public/webXR.html index 2664ae9..6e2d24a 100644 --- a/public/webXR.html +++ b/public/webXR.html @@ -35,7 +35,7 @@ const materials = [ // Create the cube and add it to the demo scene. const cube = new THREE.Mesh(new THREE.BoxBufferGeometry(0.5, 0.5, 0.5), materials); -cube.position.set(0, 0, 0.5); +cube.position.set(0, 0, -1); scene.add(cube); // Set up the WebGLRenderer, which handles rendering to the session's base layer. -- GitLab