Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.

Quadifying a Delauney triangle mesh - Possible?

jftupper
Participant

Quadifying a Delauney triangle mesh - Possible?

jftupper
Participant
Participant

My client just informed me that multiple clothing items created with Garment Maker and Cloth modifiers need to be converted to all quads. Quadify Mesh modifier creates quads and lots of tri's. HSDS modifier on top of modifier stack that contains cloth and garment maker crashes MAX 2016. Collapse of the stack to Polygons, then HSDS modifier and selecting "force quads" still crashes MAX 2016.

 

Is there any solution to fully quadifying a DeLauney triangle mesh?

0 Likes
Reply
Accepted solutions (1)
1,446 Views
4 Replies
Replies (4)

RGhost77
Advisor
Advisor

- If cloth object contains animation, you can make quad mesh and using SkinWrap attach to garment objects.

- Same can be done through uvw <-> mesh transfer (using scripts such as http://www.scriptspot.com/3ds-max/scripts/uv-to-mesh ; )


Royal Ghost | veda3d.com
0 Likes

jftupper
Participant
Participant
There is no animation. The hope was a simple, clean conversion from tri's to
quads. Using Skin-wrap requires creating another similar clothing model but
from quads, then using the original model to deform the new quad model by
moving the original into the quad version like a collision object. It sort
of works, but is not optimum.
0 Likes

Anonymous
Not applicable
Accepted solution

No completely automatic solution will give you a clean proper quad mesh.

 

Even the best algorithms these days require some kind of user guidiance by directing the edge flow:

https://www.youtube.com/watch?v=U6wtw6W4x3I

 

http://igl.ethz.ch/projects/instant-meshes/

 

edit: Just saw they provide source and binaries for their standalone application. Maybe it`s worth a try?)

 

 

 

 

0 Likes

jftupper
Participant
Participant

Good to know. Thanks for the confirmation. I'll take it in another direction. - JT

0 Likes