2 Questions…
2 Questions…
…How do you see the amount of polys in Maya PLE, and how many polys is a good amount for a weapon in UT?
-
- Posts: 446
- Joined: Wed Jun 23, 2004 10:51 pm
- Contact:
It depends on where on the hand it's placed. It's also so that the pickup mesh looks better. It was sort of a concept design for a possible magician type mod for UT that I was thinking about. Hmm… that gives me an idea for ChaosUT2…TKATK wrote:how many poly's is that?i think by the looks of it you could add a few more,no need for the blog at the start of it,becouse it will mosl ikely be inside the hand,invisible
-
- Chaotic Dreams Team
- Posts: 1594
- Joined: Wed Jan 15, 2003 10:05 am
- Location: Düsseldorf, Germany
You ought to keep it way below that!TKATK wrote:my guess would be more like 5k,the lower the better as long as it looks ok
Playermodels are normally below 3k, 1st person weapons below 1.5k and 3rd person weapons better be below 1k.
Of course, since rendering power keeps rising, you can go higher. But people still playing on a GFMX will propably not like your model...
And you should also make sure to use proper tri-strips, smoothing groups, uv-coordinates and vertex-weighting or else your vertices will get doubled, tripled etc. without any need to. And that's worse than having a few polys more, because it pushes up the rendering time for your model immensely...
EDIT: Can you post a wireframe of your model? The geometry would be easier to read...
–The biggest trick the devil ever pulled, was convincing the world he didn't exist.–
-
- Chaotic Dreams Team
- Posts: 1594
- Joined: Wed Jan 15, 2003 10:05 am
- Location: Düsseldorf, Germany
There are no big errors in your model, it is actually a very good start. There are only a few things that I'd change:Mætlöaff wrote:Will do. It'll be up in a moment.
{EDIT}Here ya go. Sorry if there are any glaring rendering errors, I'm fairly new to Maya. Also, I turned the polycount on, but I'm not sure which nuber is the actual amount of polys.
The parts that I have marked red, seem to have intersecting geometry. You can just cut away all the polygons that cannot be seen including caps of a cylinder.
The green parts are unnecessary edges as they do not define the shape. Furthermore the player's hands will be placed there, so that it is very unlikely that these parts can be seen on screen. Just use a simple cylinder shape for the handle. Since you are using eight sides this would already cut down your polycount by 32.
In the display you are getting in the upper left, faces are your polycount.
Unfortunately it doesn't say if that's tris, quads or n-sided faces. Since game engines render in tris only, those are the important ones.
I use max, so I don't know for sure how maya defines faces, but I can look it up if you want to.
–The biggest trick the devil ever pulled, was convincing the world he didn't exist.–