alicevision / AliceVision

Photogrammetric Computer Vision Framework
http://alicevision.org
Other
2.91k stars 809 forks source link

[fuseCut] Exported tetrahedralization debug meshes have no colors #1539

Open almarouk opened 10 months ago

almarouk commented 10 months ago

The problem is caused by the save function of class Mesh that doesn't take into consideration the colors when creating the Assimp Scene.

https://github.com/alicevision/AliceVision/blob/3472774336c589085b028a62b3dbd7e248f6f088/src/aliceVision/mesh/Mesh.cpp#L87