Closed yejr0229 closed 3 months ago
I use the QuadriFlow(https://github.com/hjwdzh/QuadriFlow?tab=readme-ov-file#quadriflow-a-scalable-and-robust-method-for-quadrangulation) to transfer a triangle mesh to tetrahedron with quad_idx. Before I ues save_obj() to save triangle mesh: Now how can I pass the 'quad_idx' parameters to this function and save a quad mesh?
PyTorch3D's meshes are only triangular meshes. You might be able to adapt code from that file, but what you want to do is not supported.
I use the QuadriFlow(https://github.com/hjwdzh/QuadriFlow?tab=readme-ov-file#quadriflow-a-scalable-and-robust-method-for-quadrangulation) to transfer a triangle mesh to tetrahedron with quad_idx. Before I ues save_obj() to save triangle mesh: Now how can I pass the 'quad_idx' parameters to this function and save a quad mesh?