fougue / mayo

3D CAD viewer and converter based on Qt + OpenCascade
BSD 2-Clause "Simplified" License
1.34k stars 263 forks source link

Incorrectly displayed 3mf file #245

Open prokoudine opened 8 months ago

prokoudine commented 8 months ago

Here is a 3mf file:

PiCam3_FrontHousing_Rev2.zip

Here is how it's rendered by Mayo:

image

The same file rendered by https://github.com/kovacsv/Online3DViewer:

image

When you load the OBJ version in Mayo, it's fine:

image

HuguesDelorme commented 8 months ago

While still weird, this looks a bit better on Windows: image

Notice that CAD Assistant fails to load that file: image

I suspect the Assimp 3MF importer has a problem, or maybe this file isn't valid. This is worth trying to check with assimp_qt_viewer