body_visualizer icon indicating copy to clipboard operation
body_visualizer copied to clipboard

Update mesh_viewer.py

Open bring-nirachornkul opened this issue 10 months ago • 0 comments

ValueError: Cannot use face colors with a smooth mesh

Fix line 88: mesh = pyrender.Mesh.from_trimesh(mesh) to mesh = pyrender.Mesh.from_trimesh(mesh, smooth = False)

bring-nirachornkul avatar Apr 26 '24 19:04 bring-nirachornkul