def read_trimesh(path, normal=False, clean=True): mesh = pymesh.load_mesh(path) if clean: mesh, info = pymesh.remove_isolated_vertices(mesh) print("Removed ...
確定! 回上一頁