Simple question about Triangles

Hi!



How can I get the triangles positions of my TriMesh?



Thx!

Sorry for this topic…I find…



Vector3f v[] = new Vector3f[floor.getTriangleQuantity()];

v2 = floor.getMeshAsTrianglesVertices(v2);



:roll:



Thx!