How do I get a list of vertices of a mesh?

Hi @Grimmy,

Check out this post for when I needed to get a list of vertices and their positions. I looped through the array and passed the values to an additional function that would generate the positions in Vec3 format.

I hope this is helpful.

1 Like