|
Hi, for our project its like this:
currently we are working on an open world 3rd person roleplaying game. nearly all chars have 6k-8k tris. The monster polycount differ from the monsters size.
So the more polys are permanent to see and are in memory, the less, each entity can have or you reduce the number of entitys, and give them few ones a higher polycount.
always have an eye on your memory consumption.
in console buisness, memory is more crucial than rendered polycount.
means, when you have very much textures in one scene, you should have a look on your vertexcount in order to not blast your memory limit.
if you are coming over you memory limit, consoles are not that friendly as computers are. the good ol pc will then swap the memoryload..a console would certainly crash or do other things you do not want to happen.
normal maps are not that compressed like diffuse maps.
so i heard a 512*512 normalmap takes as much memory as ~2400polys (i didnt prove this information)
so it could happen, that you sometimes want to model things more detailed, than using a normal map.
__________________
regards, sascha
my blog
|