etiennepinchon / aframe-glow

Glow component for A-Frame (https://aframe.io) for your entities
MIT License
32 stars 14 forks source link

Update to use BufferGeometry #9

Open come-maiz opened 3 years ago

come-maiz commented 3 years ago

THREE.Geometry was moved out of core.

https://github.com/mrdoob/three.js/pull/21031

So when using this with a recent aframe, I get:

"THREE.Geometry is not a constructor"

EvanaHolevas commented 2 years ago

Were you able to fix this issue?