Game Development Community

How to fix the open edges?

by Tao Chen · in Artist Corner · 04/30/2006 (3:27 am) · 3 replies

My character bodymesh has a lot of open edges, how can i fix it in 3dmax7?

About the author

Recent Threads

  • Player problems

  • #1
    04/30/2006 (3:38 am)
    I don't use Max but if i understand what you mean you can either
    select adjacent vertexes on one side of the edge to close, then merge them
    select adjacent vertexes on the other side of the edge to close then merge

    you may have the option to directly merge two edges together where they are not closed.

    You should have a value you can change that tells max within what range (how far a part) two vertexes can be for the merge to act on them. If they are too far away they won't Merge


    Edge 1: *A1_________*B1
    Edge 2: *A2_________*B2

    Select vertexes *A1 and *A2, then find your Merge Vertexes operator and apply it
    Do the same for *B1 and *B2
    Now there will be only one edge

    There are other ways depending on your software, You can even select the whole bodymesh and as long as
    1) all pair of vertexes are close enough to each other
    2) your merge tolerance value is small enough to only operate on adjacent pair of vertexes
    you can click on merge vertexes and all pair of vertexes will be merged, all edges will be closed.

    Save your work before experimenting with new stuff.
    #2
    04/30/2006 (4:26 am)
    The "merge if vertices are close to each other" feature in max is called "Weld" and the "merge two vertices together no matter what" is called "Collapse". Look it up in the manual.

    You can also build up new faces to cover the holes depending on the situation. Max8 have a nifty "bridge" feature, otherwise there's always the good old manual "Create" button when you have the Face sub-object selected.
    #3
    04/30/2006 (6:19 am)
    Thank you!!!! It works!!!!!!!!