yunshengtian/Assemble-Them-All

May I ask if this algorithm only supports the OBJ format? Or does it also support step format and so on?

Closed this issue · 1 comments

May I ask if this algorithm only supports the OBJ format? Or does it also support step format and so on?

Technically, the algorithm does not depend on the file format of the mesh.
However, the current code only supports OBJ. For example.
I assume converting from STEP or other formats to OBJ should be straightforward, but it is also possible to rewrite the APIs for loading and processing meshes in our code.