squarefeet / ShaderParticleEngine

A GLSL-heavy particle engine for THREE.js. Originally based on Stemkoski's great particle engine (see README)
http://squarefeet.github.io/ShaderParticleEngine/
MIT License
853 stars 115 forks source link

Update THREE.Math.generateUUID to THREE.MathUtils.generateUUID #153

Open titansoftime opened 2 years ago

titansoftime commented 2 years ago

Looks like THREE.Math got changed to THREE.MathUtils at r113. https://github.com/mrdoob/three.js/wiki/Migration-Guide#r112--r113

This required a line change in SPE.Emitter and SPE.Group.