Home Technical Talk

How do I go about creating this geometry with what I have now?

node
Offline / Send Message
99499 node
I want to give my low poly character a high poly hand since they will use their hands a lot. I want to use this hand...

But I do not have the sufficient geometry at the base of my hand, the wrist, to create it. I have 9 vertices whereas they seem to have 11 or 12. 

So how would I go about salvaging what I have into something like this? I have to stick with what I have because it is connected to the rest of the body and I don't want to recklessly add loopcuts on the whole body just for the hand.

Replies

  • RN
    Options
    Offline / Send Message
    RN sublime tool
    Even if you'd built the entire body yourself you could still come across this same situation. From the neck to the head, from the wrist to the hand and so on, there are areas where you might find these changes.

    What people usually use are "triangle quads" (or 1-to-3 / 3-to-1 changes) to create two extra edge sequences. You would use these to change and match the number of divisions of the parts to be welded.
    These triangle-quads can be seen on the medial (interior) region of the wrist of, and on the lateral (outside) region of the palm of the Hippydrome hand:

    It's super easy to create (or remove) these triangle-quads, you just need to know the poly tools of your software:

  • 99499
    Options
    Offline / Send Message
    99499 node
    Awesome post thank you  I figured that was the only technique but just wanted to be sure. Now my only question is learning when and where to use them at  
  • RN
    Options
    Offline / Send Message
    RN sublime tool
    99499 said:
    Now my only question is learning when and where to use them at
    It depends on the character design you're trying to model.
    With the concept art you draw exactly what you want and what the character should look like. But when it comes to modeling it, you need to do some engineering and think of how to best arrange your topology to represent the forms and flow that the design suggests. 
    That's why most people like to do it in two separate steps: sculpting the character in a high-res mesh, worrying only about the forms of the character, and then doing retopology to create the animatable mesh, worrying only about the geometry and topology while stealing the form from your high-res sculpt.

    Here are some of my notes:
    - Your meshes will mostly have quads (4-pole vertices).

    - You use 3-pole and 5-pole vertices to reroute edges loops. Most of the time the 3- and 5-pole vertices are the natural result of an extrusion and not something that you created on purpose. However, there are cases when you do force them in places on purpose because you want the mesh to flow in a certain way (so that it deforms better when animating or gives you the flow necessary to make a certain form like a clavicle etc.).

    - You use the triangle-quads (which use a 3-pole vertex, if you notice) to go from 3 edge loops to 1, or to go from 1 edge loop to 3. Use them to create or remove edges as needed. Like adding edges to make the crease of a knee, for example:

    - If you think that some spot of your mesh could be better, it's sometimes much easier/quicker to just delete that spot and recreate it with the exact poles/edge flow you want and weld it to rest of the mesh, than trying to rearrange the loops of that spot using edge cuts and edge dissolves.

    - Make your own library of humanoid parts to quickly get started when modeling new characters, you just reshape these parts according to the design and do minimal changes to the geometry.

    But you should keep your own notes.
Sign In or Register to comment.