model rendering speed

Started by
2 comments, last by SirLuthor 18 years, 8 months ago
I am making a game that will have alot of models on the screen at once, so I need speed. Which would be faster: details on the modelas a texture, or model the details and use a solid color Thanks in advance
----------------------------Project Legend
Advertisement
Textures. Have you seen any game go the other way?

Just for comparing, try getting the same quality that you get from textures using modeling & per vertex colors. Compare render speeds. Then make decision: textures.
Wait, I forgot bump mapping. >.<
So, the textures are faster, but if you add bump mapping to it, then which would be faster?
----------------------------Project Legend
It's pretty much always going to be faster to use textures when based against the same level of detail. The end. I'd love to explain it further, but in all honesty, I don't really know all the reasons, only that that's the way it is. BTW, with all those models, if you can shove the textures for all of them onto one texture sheet, it will be much faster then loading a bunch of different textures for each one.
Free speech for the living, dead men tell no tales,Your laughing finger will never point again...Omerta!Sing for me now!

This topic is closed to new replies.

Advertisement