body_visualizer
body_visualizer copied to clipboard
Update mesh_viewer.py
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)