From 05f4779e0e04ad64ec68ed83148dbcffa04b24a1 Mon Sep 17 00:00:00 2001 From: Leon van Kammen Date: Wed, 24 Jan 2024 18:11:37 +0000 Subject: [PATCH] refactored navigation (because of matrix-roomswitching) + updated docs with heuristic features --- example/aframe/sandbox/index.html | 2 +- index.html | 48 ++++++--- src/3rd/js/aframe/index.js | 43 ++++---- src/3rd/js/plugin/frontend/$connections.js | 57 +++++----- src/3rd/js/pubsub.js | 9 +- src/3rd/js/three/navigator.js | 118 +++++++++++++++------ src/3rd/js/three/xrf/dynamic/XRWG-lines.js | 1 + src/3rd/js/three/xrf/dynamic/index.js | 12 +-- src/3rd/js/three/xrf/href.js | 28 ++--- src/3rd/js/three/xrf/pos.js | 14 ++- src/3rd/js/three/xrf/src.js | 3 +- 11 files changed, 207 insertions(+), 128 deletions(-) diff --git a/example/aframe/sandbox/index.html b/example/aframe/sandbox/index.html index 6ca6149..96aded5 100644 --- a/example/aframe/sandbox/index.html +++ b/example/aframe/sandbox/index.html @@ -11,7 +11,7 @@ - + diff --git a/index.html b/index.html index fd38bff..4386ef9 100644 --- a/index.html +++ b/index.html @@ -206,7 +206,16 @@ if( typeof $tw != 'undefined' ) $tw.config.htmlUnsafeElements = []; })() - + +