No color is being rendered while rendering obj file
Open
bug
io
legacy (Open3D 0.x API)
texture
visualization
- Dominant language
- C++
- Stars
- 14k
- Forks
- 2.6k
- Avg merge
- 5d 18h
- Merged PRs (30d)
- 6
Description
@germanros1987 I'm using the following code to read the obj file. However, the rendered 3d object doesn't have any colors. why is that so?
```
import open3d as o3d
def visualize(mesh):
vis = o3d.visualization.Visualizer()
vis.create_window()
vis.add_geometry(mesh)
vis.run()
vis.destroy_window()
mesh_o3d = o3d.io.read_triangle_mesh("textured.obj")
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.