My projects: SUGG (M, KS), SYNONS, URLS, SIMILAR, Misc: 3Dengine, UniteHowTo, FliCC, TripIdeas, My blog.
Old/abandoned: TheRarestWords (TcCrnch).
Hi, I'm Slava V. and I develop those projects in free time. rarestwords@mail.ru
To main page | 3dengine.org

Model Requirement


Modeling for games

Typical game requirements for models are:

* Models must have low polygon count;

Each poly/triangle is a thing that needs to be drawn and although average modern video card can draw a million triangles, it should be divided among all of objects on screen, plus shaders eat a lot of GPU's time.

* Models should use only 1 texture map (additionally normal map, specular map and opacity map; the last one is rarely used);
* Maps (texture/normal/etc...) should be power-of-two.