Suppose i have 2 towns in a level and i use a mesh (with only 1 material applied to it) to build the walls around them.
The first town has the wall mesh repeated 3 times and the second town has the same mesh repeated 2 times (i have mountains around the towns so i don't need a lot of walls).
Is it better to create 2 bigger meshes having 2 draw calls in total but having 2 different meshes in the memory or having the same mesh repeated 5 times having 5 draw calls but only one mesh in the memory?
In my level i can reduce from 26 draw calls to 9 draw calls if i create bigger meshes but i don't know if this can be a good idea.
How much space in memory do a mesh with 300 vertexes requires compared to another one with 1200?



Reply With Quote


Bookmarks