dimforge / ncollide

2 and 3-dimensional collision detection library in Rust.
https://ncollide.org
Apache License 2.0
921 stars 107 forks source link

Expose TriMesh.adj_vertex_list and TriMesh.adj_face_list #353

Closed ColonelThirtyTwo closed 3 years ago

ColonelThirtyTwo commented 3 years ago

TriMeshVertex ranges index into these arrays, so they need to be exposed to do anything useful with them.

sebcrozet commented 3 years ago

Thanks!