There are several things you'd probably want to keep in mind, -small triangles on screen bloat the number of pixel quads needed to render the mesh, so you're hurting pixel shader performance there, -a lot of triangles increases transform costs on the CPU side, eat up memory, etc. -if you use lower triangle, larger "quads"…