squarefeet / ShaderParticleEngine

A GLSL-heavy particle engine for THREE.js. Originally based on Stemkoski's great particle engine (see README)
http://squarefeet.github.io/ShaderParticleEngine/
MIT License
853 stars 115 forks source link

Possible to emit spherical particles that are labeled? #139

Open lonnietc opened 4 years ago

lonnietc commented 4 years ago

Hello,

I'm still new to Three.js and am looking at different implementations.

What I am trying to do is to have some spheres (particles) at different distances from the camera and each with a scaled label. I would like to see if it would be possible to add scalable labels to a particle system.

Have also come across "CSS2DObject" and sprites but have not gotten them all figured out yet.

Any ideas and could your Particle engine be used in this way? Cheers