Commit 8e4cdaac authored by Thalmann's avatar Thalmann
Browse files

Update index.html

parent bb008166
Pipeline #8396 passed with stage
in 6 seconds
Showing with 2 additions and 2 deletions
+2 -2
......@@ -64,14 +64,14 @@ const hitTestSource = await session.requestHitTestSource({ space: viewerSpace })
const loader = new THREE.GLTFLoader();
let reticle;
loader.load("https://transfer.hft-stuttgart.de/gitlab/jonsmann/argenericproject/-/raw/master/3dfiles/wooden_rough_planks_4k.gltf", function(gltf) {
loader.load("https://github.com/immersive-web/webxr-samples/blob/main/media/gltf/headset/headset.gltf", function(gltf) {
reticle = gltf.scene;
reticle.visible = false;
scene.add(reticle);
})
let flower;
loader.load("https://transfer.hft-stuttgart.de/gitlab/jonsmann/argenericproject/-/raw/master/3dfiles/wooden_rough_planks_4k.gltf", function(gltf) {
loader.load("https://github.com/immersive-web/webxr-samples/blob/main/media/gltf/headset/headset.gltf", function(gltf) {
flower = gltf.scene;
});
......
Supports Markdown
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