From a90f6e10dbac95dd166f58e8a48e808c2e20f831 Mon Sep 17 00:00:00 2001 From: ctrlw Date: Tue, 29 Oct 2024 16:32:32 +0100 Subject: [PATCH] build: Update Aframe to 1.6.0, add explicit versions to dependencies Explicitly keep the versions of dependencies that are currently used (no-op). I haven't seen any side effects from updating Aframe to 1.6.0. Just had to add the raycaster objects attribute (used by laser-controls) to avoid the following warning: `components:raycaster:warn [raycaster] For performance, please define raycaster.objects when using raycaster or cursor components to whitelist which entities to intersect with. e.g., raycaster="objects: [data-raycastable]".` --- index.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index 7c3e065..50209c2 100644 --- a/index.html +++ b/index.html @@ -4,10 +4,10 @@ osm4vr demo - Fly through the world in VR with OSM map data - - - - + + + + @@ -79,8 +79,8 @@

osm4vr

- - + +