Hi, I'm trying to cap a cylinder in a proper way, avoiding the triangles around 1 single point, as I heard that it's not proper for exporting to a real time engine.
But as I see in the epic content, in UDK, they don't look too much to the "quad rule", so I'm quite confused about this.
The thing is that in my case I have to model a boiler shape, so i need to add the minimum of polys to create that curved shape and help to the normal maps.
I'm thinking on 2 ways of doing this, I attach samples.
The hole is not very important (because is hidden by a pipe).
![cylindercap.jpg](http://img508.imageshack.us/img508/532/cylindercap.jpg)
![cylindercaphole.jpg](http://img811.imageshack.us/img811/6048/cylindercaphole.jpg)
Replies
Most of the time people keep quads because it's easier to work with, or when working on base-meshes that will be exported to a sculpting app (like Zbrush or Mudbox), as quads subdivide more cleanly than triangles.
Here there is an explanation about this, in the paragraph "the stripping process":
http://www.ericchadwick.com/examples/provost/byf2.html
But curiously the people of epic don't follow this rules at all.
My question is, is it really important in UDK engine?
The thing here is, Is better adding more polygons and helping the engine to render? or saving polygons making tris around a vertice?
Also... Quad Cap?
http://www.mariussilaghi.com/qcap.htm
http://www.polycount.com/forum/showthread.php?t=86261&highlight=cylinders
Anyone care to elaborate?
But even with that I still have doubts about my model, because in this case is not a cylinder at all, because it's not flat on the top. So the only options I can think on are the ones I showed you.
I think I'd choose my second option (only 6 tris more, but I think it does worth it).
Do you know any other proper options for my case?
http://www.polycount.com/forum/showthread.php?t=56014
The first page has some good examples, but really the whole thread is worth the read.
By the way, if I'm talking out of my ass feel free to call me out on it. I just haven't ever run across instances where this has been a big concern.
Cw thanks for the script, interesting thing, but it's not quite useful for me as I don't need speed here, it doesn't take too long time to cap a hole like this. I just want to know the best way to do it.
There is no best way to do it, it all depends on the budget of your polies, how close the piece is to your character, if it's a main/hero piece or not, will it be mainly faked with the normal map or not, etc.
For now, almost everyone will agree you should just point it off, easiest and most straight solution (pun intended) but if show us the whole piece (like a gun the player will carry for example and the can iron-sight aim with it) than we would tell you to increase the overall polies to give it more curve and quad the end.
But honestly, even then I point you to the pointing (pun intended).
Yeah probably you are making a good point pointing to the point
You've pointed to other important thing that I didn't consider at all, the visibility. Obviusly if it's not very close or frecuently hidden because of the camera angle, those triangles are not gonna make too much harm..
So thanks for the info, and your point