PDA

View Full Version : Modelling Question: PolyMerge


TapioKa
09-26-2002, 07:25 AM
Hello,

Does anyone know of a modifier or script that would take
several quad sided polys, and merge them into one? If even if
it makes an n-sided polygon, that's fine, I'm just trying to optimize polycount.

Collapse doesn't seem to work, as it merges everything to a single vertice or edge.

any suggestions?

Thanks in advance!

Iain McFadzen
09-26-2002, 07:29 AM
Err, can't you just delete the internal edges instead? Besides that, an N-sided poly has exactly the same polycount as the same area made up of tris, so you won't be saving anything anyway.

TapioKa
09-26-2002, 06:42 PM
Thanks for the reply,

Actually I wasn't aware that you could delete edges without removing polygons, I guess you can in edit poly mode but not in edit mesh mode. So in that sense I just learned something.

However, if you do remove the internal edges on four planar polys quad sided, the triangle count does drop from eight to six tris, so there is some optimization although small.

But this does not solve my problem. It leaves two edges that could be one. I want to take four polygons, press a button or script and it becomes one four sided polygon. (two triangles)

Possible?

dvornik
09-26-2002, 09:15 PM
There's a "remove interior edges from selected polys" script, part of csPolyTools. But I guess you will still have some hidden edges in there.

CGTalk Moderation
01-13-2006, 05:00 PM
This thread has been automatically closed as it remained inactive for 12 months. If you wish to continue the discussion, please create a new thread in the appropriate forum.