WebXR example including KWin example

This commit is contained in:
2023-10-23 18:04:14 +02:00
parent 4af9a219c3
commit 8c89994e8d

View File

@@ -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+'")')))
}
})