Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OBJ with texture #155

Open
Zvyozdo4ka opened this issue Oct 16, 2023 · 1 comment
Open

OBJ with texture #155

Zvyozdo4ka opened this issue Oct 16, 2023 · 1 comment

Comments

@Zvyozdo4ka
Copy link

How did you get this result?

image

@Jake0925
Copy link

Jake0925 commented Jun 4, 2024

1
I got the following results using open3d on Python
I hope it helps you

def visualize(mesh):
vis = o3d.visualization.Visualizer()
vis.create_window()
vis.add_geometry(mesh)
vis.run()
vis.destroy_window()

import open3d as o3d
mesh = o3d.io.read_triangle_mesh("image/trump_hillary_obj.obj",True)
mesh.compute_vertex_normals()
visualize(mesh)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants