isl-org / isl-org/Open3D

No color is being rendered while rendering obj file

Open
#2,688 7 comments 1 reaction 1 assignee Claimed by @reyanshsolis View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.