From f84b4bb14d780b223d6444a42406d50094bfc1e9 Mon Sep 17 00:00:00 2001 From: Leon van Kammen Date: Fri, 9 Jun 2023 16:56:15 +0200 Subject: [PATCH] typofix --- example/aframe/sandbox/index.html | 2 +- example/threejs/sandbox/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/aframe/sandbox/index.html b/example/aframe/sandbox/index.html index 1d39eab..4de8e6a 100644 --- a/example/aframe/sandbox/index.html +++ b/example/aframe/sandbox/index.html @@ -34,7 +34,7 @@ - + diff --git a/example/threejs/sandbox/index.html b/example/threejs/sandbox/index.html index e3e73e0..e248747 100644 --- a/example/threejs/sandbox/index.html +++ b/example/threejs/sandbox/index.html @@ -123,7 +123,7 @@ window.XRF = XRF // expose to form - let file = document.location.search.length > 2 ? document.location.search.substr(1) + document.location.hash : './../../assets/example3.gltf#pos=1,0,4&rot=0,-30,0' + let file = document.location.search.length > 2 ? document.location.search.substr(1) + document.location.hash : './../../assets/example.gltf#pos=1,0,4&rot=0,-30,0' $('#model').setAttribute("href","./../../asset/"+file) XRF.navigator.to( file )