No tags yet.
Years ago I recall reading an article that discussed maintaining vert order while combining to polygon objects. My goal is to be able to combine one piece of geo(a head) and another piece of geo (body) without changing the vert order on the head. Does anyone have an idea how this is accomplished?
select the head first , then the body .... + combine . first part of your new mesh , will be the head-vertecies , followed by the body_vertecies.
once you want to get the information on vertex100 of the body , and the head has 400 vertecies , you need to query the information of *.vtx[500] as the body-vertecies should be usually attached right after the head_vertecies
You must log in to post.