Archive 17/01/2023.

11768 triangles for only 10 cubic meshes

redmouth

There are 11768 triangles being rendered for only 10 cubic meshes. Is it able to avoid unnecessary rendering by culling unvisible objects?

1vanK

Rendered UI also increases triangle count

redmouth

The number of triangles for UI should be less than 2000, there are still ~ 9000 triangles for the cubes. Many invisible objects are still not culled by the engine.

rasteron

This topic is related: Triangles calculation in DebugHud

You also get ~9k for the HelloWorld demo in DebugHUD

1vanK

Every char = 2 triangles
Also every char rendered twice (shadow + letter itself)