DracoPy
DracoPy copied to clipboard
Is there a design rotation method in the DracoPy
Is there a design rotation method in the DracoPy?like open3d mesh.transform(rotation matrix)
Ah unfortunately not at this time. You'd have to decode the mesh, apply a transform, and re-encode. However, we do welcome PRs!