XLB icon indicating copy to clipboard operation
XLB copied to clipboard

Mesh support / robustness

Open BIackthorn opened this issue 1 year ago • 1 comments

So I noticed in XLB we have some strong STL mesh assumptions, such as the number of triangles = the number of vertices and the triangle indices map directly to the vertex order. If we do any mesh processing like removing duplicate vertices or if we want to support other types of meshes, this will break.

BIackthorn avatar Nov 12 '24 22:11 BIackthorn

hi @BIackthorn , is this issue fully addressed in the this PR https://github.com/Autodesk/XLB/pull/102 ?

hsalehipour avatar Jan 10 '25 16:01 hsalehipour