supermedium / aframe-particleplayer-component

:sparkles: Play pre-simulated particle systems in A-Frame :boom:
https://supermedium.github.io/aframe-particleplayer-component
MIT License
66 stars 29 forks source link

Uncaught TypeError: THREE.Geometry is not a constructor #11

Open sops21 opened 3 years ago

sops21 commented 3 years ago

When using three Version (https://github.com/supermedium/three.js): ^0.125.1

I'm getting the following error: Uncaught TypeError: THREE.Geometry is not a constructor.

Any suggestions?

ElliotDickman commented 8 months ago

This is an old issue, but since it's still open I did resolve that error and submit a PR: https://github.com/supermedium/aframe-particleplayer-component/pull/13

The error results from newer versions of THREE.js dropping THREE.Geometry in favor of THREE.BufferGeometry