Hello, people.
I am trying to create a simple missile launcher which is cube shape.
Reference:
As you see, it has a lot of holes that will generate a lot of edges.
This is what I did so far. since I create holes for missile (blue cylinder), the entire box has extra edges and faces.
Is there any methods or skill to reduce those edges? Please?
Thanks.
Replies
i think you are missing the idea... the "low poly" model is probably not the same model you need when you subdivide/smooth it.
I did a quick paint over the half of your model to show how many less polygons you can save. You could save even further, but it can be too complex to draw in photoshop. I hope you get the idea.
Also reduce the cylinder sides. 24 is way too much for a cylinder for a low poly. They can be 16 sided and still have a very good round quality. Also delete the cylinder polygons that look on the inside
Assuming you were to add a bit of a slope to it.
I fixed it.
Back:
Front:
As Larry suggested, I reduced the number of side faces from 20 to 16
Delete red lines, move green to where they point
2nd picture:
Red lines: you forgot to add them
green lines: move to where they point
blue lines: delete these polygons you dont need them if you put missiles there
If they ever fire and it's important to see the indent, then you'll want them there.
Missile tubes are typically hallow, or capped with break away pieces so exhaust isn't trapped in a confined space, destroying the missile before it gets out of the tube.
So there are a few design decisions that have been taken into account and could cause some headaches later.
I think the number of sides could be reduced even more. They have more sides than the rounded corner details, you need to try and maintain a consistent level of poly detail across the model. Having ultra rounded cylinders next to blocky rounded corners, looks inconsistent and sloppy.
A lot of work has gone into getting the hole geometry to flow into the surrounding area, which might be making things more complicated than it needs to be. If you separate the geometry you'll have better edge control.
You can swap out the cylinders fairly easily, if you need different shapes.
For lower LOD's you can remove the cylinder meshes all together.
Also don't forget about chamfering verts to make holes.
1 Chamfer = 4 sided, 2 Chamfers = 8 sided and so on...
Thanks for your tips. And, Mark's tutorial video is so great :-)
About the missile hole, some of them will be filled with missile while others are empty.
This is my reference (I am not going to make it exactly same though):
And, this is what I've made so far
Red area is where I put the missile launcher with missiles.
Purple area is where I put the grenade container.
Green area is where I plan to put the workbench or something like it. So, I can put some weapons to make intensive mood.
This is one of weapon I will put on the green area :-)
I never even thought to chamfer verts to make a hole... That's brilliant . I appreciate that tip as well.