Hey, I've been reading about model optimization for games/real-time rendering and I have a wip where I could use your advice on how to improve further and/or what to correct. I'm modelling in Blender and the intended game engine is Unity. Base mesh: [sketchfab]63fbf28affce4b65ba91936fb4ce18ea[/sketchfab] Book 172tris…
There's not much value in showing the triangle count. That doesn't matter so much anymore on modern hardware. As long as the mesh is reasonable, I can see the wireframe and I can tell if you're being stupid with the geometry or you're cutting where it counts.
Guess I'll keep an inconspicuous tris count somewhere and concentrate on making the finished model look awesome. Cheers! ;) @kurt Thanks for the edits. It seems some of them will change the geometry but I'll try them out regardless for practise.
I say no to posting the vertex or triangle count. If you have wires, people can see your topology and you the only time that number is going to stick out to me is if it way too high.
Optimize too early is always a problem people fall into. It's easier to down res than it is to up res. Not just for geometry, but textures too. Keeping tri count low is good practice, but don't let the number restrict the piece. Your an artist after all, so stay creative and don't sacrifice quality when you don't need to.