AFrame Particle System with Custom Particle Positions

791 Views Asked by At

My goal is to use AFrame to create a particle system with a JSON file that contains the x,y and z positions for each particle.

I am aware of IdeaSpace VR's aframe-particle-system-component, but not sure about how to set custom positions for each particle within it.

I am also open to writing a new AFrame component from an existing three.js one if that is necessary. If that is the case, I would hope you could start me off with some code (rather then just suggesting a three JS component)!

Thank you in advance!

a link

0

There are 0 best solutions below