Hi dmarcos!
When the A-Frame source is switched from "aframe-core.js" to "https://aframe.io/releases/0.4.0/aframe.min.js" the component breaks.
It looks like "entityEl.getObject3D('mesh');" on line 14 of "explode.js" is returning BufferGeometry instead of THREE.Mesh data, therefore it's not exposing the faces of the object and throws an error.
I'm hitting a wall trying to access the faces of the geometry. Any ideas?
Hi dmarcos!
When the A-Frame source is switched from "aframe-core.js" to "https://aframe.io/releases/0.4.0/aframe.min.js" the component breaks.
It looks like "entityEl.getObject3D('mesh');" on line 14 of "explode.js" is returning BufferGeometry instead of THREE.Mesh data, therefore it's not exposing the faces of the object and throws an error.
I'm hitting a wall trying to access the faces of the geometry. Any ideas?