Commit 656f232a authored by Esguerra Montana's avatar Esguerra Montana
Browse files

Update index.html

parent 0a7f6b06
Pipeline #9430 passed with stage
in 9 seconds
......@@ -92,8 +92,8 @@ async function activateXR() {
var roofMesh = new THREE.Mesh(roofGeometry, roofMaterial);
// Position the house
wallMesh.position.set(0, -1, -3);
roofMesh.position.set(0, -1, -3);
wallMesh.position.set(0, -1.5, -3);
roofMesh.position.set(0, -1.5, -3);
// Add the meshes to the scene
scene.add(wallMesh);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment