From d5cdf817ac4e27e8d0f278f8a86bd31152526734 Mon Sep 17 00:00:00 2001 From: Leon van Kammen Date: Wed, 6 Dec 2023 15:35:35 +0100 Subject: [PATCH] .gltf -> .glb --- example/three/sandbox/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example/three/sandbox/index.html b/example/three/sandbox/index.html index df1866c..9eed5db 100644 --- a/example/three/sandbox/index.html +++ b/example/three/sandbox/index.html @@ -17,7 +17,7 @@ ➕ clone project 🔗 share - ⬇️ scene + ⬇️ scene XRF @@ -120,7 +120,7 @@ window.XRF = XRF // expose to form - let file = document.location.search.length > 2 ? document.location.search.substr(1) + document.location.hash : 'index.gltf#pos=0,1,20' + let file = document.location.search.length > 2 ? document.location.search.substr(1) + document.location.hash : 'index.glb' // optional decoration of href event XRF.addEventListener('href',(e) => {