aframe-particle-system-component icon indicating copy to clipboard operation
aframe-particle-system-component copied to clipboard

Remove THREE.Math in favor of THREE.MathUtils to sync with three.js/A-Frame `master` branch

Open jameskane05 opened this issue 3 years ago • 1 comments
trafficstars

three.js changed its Math API to be called THREE.MathUtils recently, and the latest master branch of A-Frame reflects this, so this repo currently breaks A-Frame master (though is stable on 1.3.0). Updating this will reverse this situation and I am not sure how the maintainer would like to handle that - but I thought I'd make the issue known and the code available here.

jameskane05 avatar Nov 03 '22 16:11 jameskane05

I confirm the examples work with aframe 1.4.0, excepted the rain example but it's broken since aframe 1.1.0 #70

vincentfretin avatar Jan 05 '23 09:01 vincentfretin