Trying to load a glb-File with GLTFLoader in Three.js. I used to use the JSONLoader, where accessing the vertices of the loaded mesh was simple:
meh.geometry.vertices
However, after loading the mesh with GLTFloader, I am struggling to locate the vertices.
I require the ability to manipulate individual vertices for particle animation purposes.
Appreciate any assistance. Thank you.