As I work on developing a particle system using THREE.Points
, I have a need to customize the HTML5 Canvas texture returned from the function assigned to THREE.PointsMaterial.map
for each individual particle. Is there a way to access the vertex index within that function in order to apply unique textures to each particle/vertex?