Hello,
I have a simple question for you guys:
Do the game resolution, like 1920x1080 or 800x600, impact directly the polygon count of 3d models?
Thank you.
Hello,
I have a simple question for you guys:
Do the game resolution, like 1920x1080 or 800x600, impact directly the polygon count of 3d models?
Thank you.
The polycount of a mesh and rendering resolution are separate things. e.g a mesh comprised of 200 polygons can be rendered at any supported resolution.
Polygons are related to meshes and resolution is related to the number of on screen pixels. The higher the resolution, the cleaner the edges and textures on a mesh. However, a low poly mesh will always be low poly, regardless of resolution.