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
Checklist
master
branch).Describe the issue
I have been trying to visualize my textured mesh with multiple textures.
Here how open3d renders my mesh:
Here how meshlab doing this:
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
Error message
No response
Expected behavior
My mesh visualized correctly
Open3D, Python and System information
Additional information
No response