nartallax
nartallax
This problem is caused by an inconsistency of three.js and three.interaction.js : three.js is distributed with classes declared as `class Whatever {}` (ES6 way), but distributed version of three.interaction.js is...
Sure: [three.interaction.js.zip](https://github.com/jasonChen1982/three.interaction.js/files/7349760/three.interaction.js.zip)
Works for me. Thanks! [Here's my minimal example](https://github.com/nartallax/matterjs_collisionend_spam_bug/blob/main/index.ts#L15). This may be not typical case of this bug, but this fix still did it for me. (and also I don't have...
Yup. Right now that loop looks like this for me: ```js // update bodies sleeping status for(var i = 0; i < bodies.length; i++){ var body = bodies[i], motion =...