a-invaders icon indicating copy to clipboard operation
a-invaders copied to clipboard

Invaders come to a-frame

Results 2 a-invaders issues
Sort by recently updated
recently updated
newest added

geometry component needs to have `buffer: false` set in order to retrieve vertices component added to the scene with `addBehavior` get their `tick` method called instead of `update` these are...

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...