Compare commits

..

2 commits

14 changed files with 2417 additions and 14 deletions

File diff suppressed because one or more lines are too long

View file

@ -1,3 +1,8 @@
/*
* v0.5.1 generated at Wed Apr 23 17:57:18 CEST 2025
* https://xrfragment.org
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
/* /*
* v0.5.1 generated at Thu Feb 20 17:49:24 CET 2025 * v0.5.1 generated at Thu Feb 20 17:49:24 CET 2025
* https://xrfragment.org * https://xrfragment.org
@ -2946,7 +2951,8 @@ xrf.navigator.init = () => {
xrf.emit('hash', {hash: document.location.hash }) xrf.emit('hash', {hash: document.location.hash })
}) })
xrf.navigator.setupNavigateFallbacks() // allow other libraries to trigger popstate event without triggering the navigate-fallbacks during pageload
setTimeout( xrf.navigator.setupNavigateFallbacks(), 1500 )
// this allows selectionlines to be updated according to the camera (renderloop) // this allows selectionlines to be updated according to the camera (renderloop)
xrf.focusLine = new xrf.THREE.Group() xrf.focusLine = new xrf.THREE.Group()

5
dist/xrfragment.js vendored
View file

@ -1,3 +1,8 @@
/*
* v0.5.1 generated at Wed Apr 23 17:57:18 CEST 2025
* https://xrfragment.org
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
/* /*
* v0.5.1 generated at Thu Feb 20 17:49:24 CET 2025 * v0.5.1 generated at Thu Feb 20 17:49:24 CET 2025
* https://xrfragment.org * https://xrfragment.org

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load diff

View file

@ -1,5 +1,5 @@
/* /*
* v0.5.1 generated at Thu Feb 20 17:49:24 CET 2025 * v0.5.1 generated at Wed Apr 23 17:57:18 CEST 2025
* https://xrfragment.org * https://xrfragment.org
* SPDX-License-Identifier: AGPL-3.0-or-later * SPDX-License-Identifier: AGPL-3.0-or-later
*/ */

View file

@ -1,5 +1,5 @@
/* /*
* v0.5.1 generated at Thu Feb 20 17:49:24 CET 2025 * v0.5.1 generated at Wed Apr 23 17:57:18 CEST 2025
* https://xrfragment.org * https://xrfragment.org
* SPDX-License-Identifier: AGPL-3.0-or-later * SPDX-License-Identifier: AGPL-3.0-or-later
*/ */

View file

@ -1,5 +1,5 @@
/* /*
* v0.5.1 generated at Thu Feb 20 17:49:24 CET 2025 * v0.5.1 generated at Wed Apr 23 17:57:18 CEST 2025
* https://xrfragment.org * https://xrfragment.org
* SPDX-License-Identifier: AGPL-3.0-or-later * SPDX-License-Identifier: AGPL-3.0-or-later
*/ */

View file

@ -1,5 +1,5 @@
/* /*
* v0.5.1 generated at Thu Feb 20 17:49:24 CET 2025 * v0.5.1 generated at Wed Apr 23 17:57:18 CEST 2025
* https://xrfragment.org * https://xrfragment.org
* SPDX-License-Identifier: AGPL-3.0-or-later * SPDX-License-Identifier: AGPL-3.0-or-later
*/ */

View file

@ -1,5 +1,5 @@
/* /*
* v0.5.1 generated at Thu Feb 20 17:49:24 CET 2025 * v0.5.1 generated at Wed Apr 23 17:57:18 CEST 2025
* https://xrfragment.org * https://xrfragment.org
* SPDX-License-Identifier: AGPL-3.0-or-later * SPDX-License-Identifier: AGPL-3.0-or-later
*/ */

View file

@ -1,5 +1,5 @@
/* /*
* v0.5.1 generated at Thu Feb 20 17:49:24 CET 2025 * v0.5.1 generated at Wed Apr 23 17:57:18 CEST 2025
* https://xrfragment.org * https://xrfragment.org
* SPDX-License-Identifier: AGPL-3.0-or-later * SPDX-License-Identifier: AGPL-3.0-or-later
*/ */

View file

@ -1,3 +1,8 @@
/*
* v0.5.1 generated at Wed Apr 23 17:57:18 CEST 2025
* https://xrfragment.org
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
/* /*
* v0.5.1 generated at Thu Feb 20 17:49:24 CET 2025 * v0.5.1 generated at Thu Feb 20 17:49:24 CET 2025
* https://xrfragment.org * https://xrfragment.org
@ -2946,7 +2951,8 @@ xrf.navigator.init = () => {
xrf.emit('hash', {hash: document.location.hash }) xrf.emit('hash', {hash: document.location.hash })
}) })
xrf.navigator.setupNavigateFallbacks() // allow other libraries to trigger popstate event without triggering the navigate-fallbacks during pageload
setTimeout( xrf.navigator.setupNavigateFallbacks(), 1500 )
// this allows selectionlines to be updated according to the camera (renderloop) // this allows selectionlines to be updated according to the camera (renderloop)
xrf.focusLine = new xrf.THREE.Group() xrf.focusLine = new xrf.THREE.Group()

View file

@ -1,3 +1,8 @@
/*
* v0.5.1 generated at Wed Apr 23 17:57:18 CEST 2025
* https://xrfragment.org
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
/* /*
* v0.5.1 generated at Thu Feb 20 17:49:24 CET 2025 * v0.5.1 generated at Thu Feb 20 17:49:24 CET 2025
* https://xrfragment.org * https://xrfragment.org
@ -2946,7 +2951,8 @@ xrf.navigator.init = () => {
xrf.emit('hash', {hash: document.location.hash }) xrf.emit('hash', {hash: document.location.hash })
}) })
xrf.navigator.setupNavigateFallbacks() // allow other libraries to trigger popstate event without triggering the navigate-fallbacks during pageload
setTimeout( xrf.navigator.setupNavigateFallbacks(), 1500 )
// this allows selectionlines to be updated according to the camera (renderloop) // this allows selectionlines to be updated according to the camera (renderloop)
xrf.focusLine = new xrf.THREE.Group() xrf.focusLine = new xrf.THREE.Group()

View file

@ -118,7 +118,8 @@ xrf.navigator.init = () => {
xrf.emit('hash', {hash: document.location.hash }) xrf.emit('hash', {hash: document.location.hash })
}) })
xrf.navigator.setupNavigateFallbacks() // allow other libraries to trigger popstate event without triggering the navigate-fallbacks during pageload
setTimeout( xrf.navigator.setupNavigateFallbacks(), 1500 )
// this allows selectionlines to be updated according to the camera (renderloop) // this allows selectionlines to be updated according to the camera (renderloop)
xrf.focusLine = new xrf.THREE.Group() xrf.focusLine = new xrf.THREE.Group()