UNPKG

three.tdl.particle.system

Version:

GPU based particle system for three.js. Heavily based on tdl library (https://github.com/greggman/tdl)

6 lines 276 B
export * from './js/constants.js'; export {ParticleSpec} from './js/particle-spec.js'; export {ParticleSystem} from './js/particle-system.js'; export {ParticleEmitter} from './js/emitter.js'; export {Trail} from './js/trail.js'; export {OneShot} from './js/one-shot.js';