After importing a Mesh from a JSON File, I am showcasing my latest progress:
Take a look at my Project here
The object was originally exported from Blender as JSON, and I utilized its vertices to generate a geometry of Points (THREE.Points) (which significantly enhances its visual appeal)
Currently, I am exploring ways to add movement to the Points in order to make the "surface" appear more dynamic and alive. Ideally, it should have some subtle animation or motion like this example (excluding rotation):
Check out this animated Gif for reference
I have dismissed using displacementMap since it doesn't seem compatible with PointsMaterial (unless someone knows a workaround?).
Any suggestions or insights on how to achieve this effect? One thought I had was possibly morphing 2-3 objects, though unsure if this would be effective for a points mesh.