zz85 / sparks.js

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

Can't run examples with three.js r51 and r52 #22

Open RobbieOnGithub opened 11 years ago

RobbieOnGithub commented 11 years ago

I'd love to use this library, but it seems that it isn't fully compatible with the latest versions of three.js. I was wondering if an updated version of the library will come out - and if so - when?

zz85 commented 11 years ago

sparks.js is compatible with the latest versions of three.js - although examples should get some updating.

for the syntax with the latest three.js - you can check out http://mrdoob.github.com/three.js/examples/webgl_particles_shapes.html

RobbieOnGithub commented 11 years ago

Yup yup - I was just looking at this today. Great library btw - nice job.