You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's not - it appears to fail with any version of A-Frame after 1.2.0, throwing an error of "TypeError: Cannot call a class constructor without |new|" in file AFRAME > node_modules > three > build > three.module.js, line 11502
class Mesh extends Object3D {
constructor( geometry = new BufferGeometry(), material = new MeshBasicMaterial() ) {
super();
(this is on MacOS 15.1.1, Safari 18.1.1, calling both AFrame and web surfaces from CDN as below)
Is it compatible with A-frame 1.6.0??
The text was updated successfully, but these errors were encountered: