mirror of
https://github.com/luanti-org/luanti.git
synced 2025-11-07 02:35:20 +01:00
`GL_LINES` isn't suitable, because it makes lines between pairs of 2 vertices, not loops around 3 vertices. Support for OpenGL ES isn't simple, as it has no `glPolygonMode`. And showing broken wireframe (i.e. with `GL_LINES`) would cause confusion.