PlumCantaloupe / circlesxr

A work-in-progress framework that aims to bring together multi-user XR experiences in learning using WebXR.
https://www.anthony-scavarelli.com/portfolio/circles-webvr-education-platform/
MIT License
15 stars 31 forks source link

Bug report: circles-artefact.js contains an unused variable reference that is set by a non-existent function #205

Closed colinarelliott closed 1 year ago

colinarelliott commented 1 year ago

Line 29 in circles-artefact.js

const world  = document.querySelector('[circles-manager]').components['circles-manager'].getWorld();

getWorld() is not a function in this scope and world is an unused variable, this can be fixed by just deleting the line (as I have hacked in on my branch)

PlumCantaloupe commented 1 year ago

Ah, thank you. I have removed the line. See here: 4081d5ad2269101fc42d6f26e117aac3b5412996