I’ve ported another nice demo from 2012 which used a very old version of three.js
(R49
). It shows how to use THREE.Points
and a custom THREE.ShaderMaterial
to create a particle effect that is mostly animated in the vertex shader.
Demo: three.js particle demo - JSFiddle
Thanks again to @oosmoxiecode for the original code!