Alchemist0823 / three.quarks

Three.quarks is a general purpose particle system / VFX engine for three.js
https://quarks.art
480 stars 22 forks source link

ReadMe example code seems outdated #60

Closed D8H closed 1 year ago

D8H commented 1 year ago

In the code example from README.md, should the curly brackets be removed?

Existing code:

muzzle1 = new ParticleSystem({muzzle});

Proposition:

muzzle1 = new ParticleSystem(muzzle);
Alchemist0823 commented 1 year ago

Thanks for pointing out.