Jump to content

converting tris -> quads


dayvbrown

Recommended Posts

Hey hey,

So i'm sure at one point I had an answer for this but is there a simple way to get a surface made up of tris (in this case after a cookie) back into quads?

I've attached a file so you can see what i mean. The grid going in to the cookie is quads but comes out as nasty tris and for various reasons that is not what we want!

Cheers,

Dave.

untriangulate.hip

Link to comment
Share on other sites

Turn off "Pre-Convex Geometry" on your Cookie SOP and save it as default preset. This option makes those ugly triangles.

nice one thanks,

but was thinking it as more of a general question outside of the use of cookies (this was just an example of a tri mesh I happened to have had lying around....)

Thanks again,

Dave.

Link to comment
Share on other sites

  • 2 years later...

Does anyone have an answer on this one?

 

Not cookie specific but generic triangulated geo into quads.

 

Both Maya and Softimage have a " Quadrangulate" command that most of times fixes things like that.

 

Is there something equivalent in Houdini?

Link to comment
Share on other sites

as far as I know there is no built in functionality, and I must say it is hard to do,

I did some test trying to find the hypotheneuse of every triangle, seeing if they aling and if se deleting the edge between those triangles resulting in a quad.

but it's not perfect by any stretch. if anyone finds a proper quadrangulation method I'd be most interested.

Link to comment
Share on other sites

Thank you for  answer Petz !

 

 

Cool post as always!  :)

 

 

if you have a fairly simple geometry 

 

yeeah... when the geo is complicated things get ugly... 

 

@Ryan  hmmm... yes but you get really weird topology after that .It works in some cases but raises the polycount.

 

 

Anyway.. Houdini definitely needs a Quadrangulate tool . Until then.. Softimage to the rescue.

 

Or maybe when the Remesh node gets more mature, it will transform into Zbrush's Zremesher   :D

Edited by dpap
Link to comment
Share on other sites

you can run a loop over each face and check how many points it has.
If its less then 4 you can subdivide only that face.
that way you dont increase the poly count to mush and you get rid of all the triangles.
just fuse them all back together afterwards

Link to comment
Share on other sites

  • 3 years later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...