Home 3D Art Showcase & Critiques
The BRAWL² Tournament Challenge has been announced!

It starts May 12, and ends Sept 12. Let's see what you got!

https://polycount.com/discussion/237047/the-brawl²-tournament

Washing Machine Part

Veer_P
triangle
Offline / Send Message
Veer_P triangle
In an attempt to get better at Sub D and curved shapes I've been working on this washing machine part for a while and finally calling it done. It's done purely as a modelling exercise so it won't be baked or textured. It's my first time making a challenging shape like this so wanted to hear what you guys have to say. I'd like to get some feedback on these 3 factors:
1.) How accurate is it to the reference?
2.) Is the edge flow good or bad?
3.) Am I using polygons effectively?




Replies

  • aumramaram
    Offline / Send Message
    aumramaram triangle
    Here is a workflow which will be sufficient for your needs and much simpler:

    1 - model out the major shape without holes in it, as a sub-d cage. <32 vertices should suffice.
    2 - model out cylinders for the holes.
    8 - boolean the subdivided meshes, possibly with a chamfer along the boolean seam.

    Mesh feedback: Manually massaging a bunch of vertices to make a smooth sub-d mesh work should never happen. It leads to shading and topology issues as well as requiring a massive amount of time to do. 


  • Veer_P
    Offline / Send Message
    Veer_P triangle
    That's pretty much what I did. Worked in stages and subdivided up to get a dense mesh to boolean from. This is what the mesh looked like before the booleans. I'm wondering if there's anything I could've done to make the cleanup process easier.  
  • aumramaram
    Offline / Send Message
    aumramaram triangle
    You've used booleans on the cage object. Instead, subdivide your operands then perform the boolean and do no more manual work. If you are going to manually clean up vertices one by one like that it will take forever to get done and it's near impossible to avoid shading issues because we can't manually place vertices with such precision. Well, without taking forever. The bevel modifier can work with boolean seams if you need a little rounded corner, but you can just make support loops around the boolean border to make a smooth transition, as wide as you like.
Sign In or Register to comment.