zz85 / sparks.js

a lightweight 3d particle engine in javascript, compatible with THREE.js and TWEEN.js
435 stars 47 forks source link

Add removeCallback function to emitter #13

Closed idflood closed 12 years ago

idflood commented 12 years ago

I've started implementing sparks.js into threenodes and needed a way to clean nodes after deleting them. Emitter already have an addCallback function so I figured it would be good to have its counterpart.

zz85 commented 12 years ago

great! nice to know you're adding sparks.js to threenodes. let me know if you have any suggestions or requests for the sparks.js library! :)