Reply To: One persky triangle

Forum Archive One persky triangle Reply To: One persky triangle

#55891
Shawn Blanch
Participant

    @pkmkdz I feel like I am playing 3D Tetris whenever I am working on topology. Super tricky business but I feel very rewarded when I figure it out and then take a step back to look it over and how well the details look with good topology.

    I took a stab at your ear and I think I see what the problem is. You have basically a “circle” at the inside base of the ear with 9 sides or vertices. Hard to work with 9 sides to make quads. Any time you have a body part that has a circular shape, plan to give it sides that are divisible by 4 if possible. But even a circle with 10 sides will get you the quad you are trying for.

    If you add an edge loop towards the top of the head (just make it stop at the top of the ear) you will get your 10 sided circle. Or you could remove an edge loop to get an 8 sided circle!

    Like in the crudely made image below. (Green verts are the ones added).

    You could either add in like I did with that dotted line or remove the edge that goes through vertex #1 and up to the top of the ear.

    Then the only thing left to do would be to drag that bottom edge towards the top of the head to make the newly created quad into a better square shape. 

    I would probably recommend selecting all of the bottom faces when done and do an inset with “i” which will create a nice holding edge loop. We like to see holding edge loops just before major detail shifts like ears sticking out of the head.

    I like Jonathon’s cheat sheet for other brain ticklers when I want to finish out with quads but have “tricky” meshes. But notice how he leaves the ugly parts always in the middle and then tidies everything up with edge loops  outside of that. This would work for circular geometry just the same. In your case you are going to need to add an edge loop in my humble opinion.

    Let me know if that helps.