what would you say is a reasonable amount of polys for a Gun in an FPS game? is 1500 too much? because the highest one (for low poly game modeling) that i have made is 1538, and the lowest is 682.. what do you guys think? remember this is not going to be run on a hi-end engine, but will be for a free FPS game that is DX9 and downloadable to the public.
thanks ahead of time :]
Replies
I have seen guns range from 800-18000 tris so it really all depends and is a case by case basis.
also, thanks for the ideas guys =]
On darkest of days, the assets i did were mostly in the 3-6,000 range, depending on complexity of course.
1500 wouldn't be too much by anyone's standards these days, in most cases this wouldn't be enough.
@earthquake Sucessfull thread =P
Probably the most important detail you should be providing is the engine. If you are using an existing engine, or a modified version of an existing engine, this will tell us a lot about what kind of technical specifications you are going to be looking at. If you are using Unreal Engine 3, that has pretty steep hardware requirements, so you are going to need to scale back the polycount. A game engine that uses fewer shaders or is known for performing faster with higher polycounts can probalby handle more complex models for your weapons. You are a little vague on the engine.
But perhaps most importantly is the fact that you don't specify whether these are view models, or in-game models. In a typical FPS, the view-model for a gun is what you see in your first-person view. These models are not actually displayed to the other players in the game, only you can see them. As such, these models can afford to have higher polycounts, as the engine never has to render more than one at a time on each machine. A gun model that everyone can view in the game during play will need to have a lower polycount, as there could easily be 23 of them being rendered simultaneously.
As just a general estimation, I would say that 600 - 1500 polys is a pretty good number for an in-game gun model. For view models, I would say go closer to 3000, especially if the design of the gun warrants it. If the system specs of the engine aren't that beefy, (and it sounds like they aren't) you should easily be able to handle counts like that.