cx20 / webgl-test

Test of WebGL Library
https://cx20.github.io/webgl-test/
MIT License
26 stars 2 forks source link

Particle sample of Three.js requires ES6 module version of SPE.js #70

Open cx20 opened 4 years ago

cx20 commented 4 years ago

I updated the Three.js sample to ES6 version. However, the SPE.js used does not support the ES6 module, so the Particle sample cannot represent smoke.

https://cx20.github.io/webgl-test/examples/threejs/complex/index.html

cx20 commented 4 years ago

I tentatively used the fork version of SPE.js to get the sample working. https://github.com/cx20/webgl-test/pull/71

However, since it is not an ES6 module version, it will not work after a few months.