isl-org / Open3D

Open3D: A Modern Library for 3D Data Processing
http://www.open3d.org
Other
11.54k stars 2.32k forks source link

Mesh with multiple textures visualized incorrect #5652

Open YuriyKortev opened 2 years ago

YuriyKortev commented 2 years ago

Checklist

Describe the issue

I have been trying to visualize my textured mesh with multiple textures.

Here how open3d renders my mesh: image

Here how meshlab doing this: image

Here you can find mesh files: https://sketchfab.com/3d-models/conch-odm-edited-03ed3f4399d946eaaa2ba5e54254520c

Steps to reproduce the bug

im using default Draw function for visualization

auto mesh = o3d::io::CreateMeshFromFile(mesh_path_to_obj);
o3d::visualization::Draw({mesh}, "Mesh", 1600, 900);

Error message

No response

Expected behavior

My mesh visualized correctly

Open3D, Python and System information

- Operating system: Windows 11 64-bit running with WSL 2
- Python version: Don't use
- Open3D version: 0.16
- System architecture: amd64
- Is this a remote workstation?: yes if i can say it about WSL
- How did you install Open3D?: build from source
- Compiler version (if built from source): gcc 9.4

Additional information

No response

YuriyKortev commented 2 years ago

Also i tried vizualize with Open3D viewer and it looks good

image