WebXR example including KWin example

xr
Fabien Benetou 1 year ago
parent 4af9a219c3
commit 8c89994e8d
  1. 2
      examples/spasca-offline/engine/index.html

@ -3030,7 +3030,7 @@ AFRAME.registerComponent('startfunctions', {
//makeAnchorsVisibleOnTargets()
//startMesher()
fetch('/routes/json').then(r=>r.json()).then(r=>r.filter(p=>p.match(/resolution/)).map(p=>addNewNote('jxr fetch("https://192.168.0.129:8082'+p+'")')))
fetch('/routes/json').then(r=>r.json()).then(r=>r.filter(p=>p.match(/minimizeall|resolution/)).map(p=>addNewNote('jxr fetch("https://192.168.0.129:8082'+p+'")')))
}
})

Loading…
Cancel
Save