DracoPy
DracoPy copied to clipboard
how to render the decoded point cloud by open3d or other tools?
hello! I have successfully used DracoPy.decode_buffer_to_point_cloud(bytes(data)) to decode the data that was compressed by Draco,but how can I render it to visualize the point cloud model?