jasonChen1982 / three.interaction.js

three.js interaction toolkit, help you built an interaction event-system for three.js, binding interaction event like browser-dom
411 stars 73 forks source link

"destroy()" function bug #8

Open lijian405 opened 5 years ago

lijian405 commented 5 years ago

When I called the destroy method, an error occurred

three.interaction.module.js:2426 Uncaught TypeError: this.removeAllListeners is not a function at Interaction.destroy (three.interaction.module.js:2426)

TheSunset commented 5 years ago

Try the removeEvents ()