mesh.getVerticesData not working

image
var mesh1Vertices = mesh1.getVerticesData(BABYLON.VertexBuffer.PositionKind); that’s my code not sure if it’s used anymore

Not sure that I completely understood your question but here is the working example - Babylon.js Playground (see console).
Check your input variables, I believe something is missing.

1 Like

i’m sorry it was the mesh, i called an empty mesh. Thanks for the wake up call tho

1 Like