Open aplatyps opened 4 days ago
Hi,
QuadMixer does not solve the problem of converting triangle meshes to quad meshes. It takes in input quad meshes and preserves most of their quad tessellation, creating a new surface only close where the two meshes collide.
If you need quadrangulation of triangle meshes, you can give a look to the paper Reliable Feature-Line Driven Quad-Remeshing. You can find all information at https://www.quadmesh.cloud/.
Regards, Stefano
Thanks Stefano.
Hi, thanks for the great work! I'm trying to get a quad mesh and export it. However, I can't seem to convert a typical tri mesh to a quad mesh with quad mixer. How can I can do that?