1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-11-07 02:35:20 +01:00
Files
luanti/irr/src/OpenGL
DS 431c5c8b36 Fix wireframe mode in opengl3 driver (#15626)
`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.
2025-01-06 19:39:17 +01:00
..
2024-12-24 15:27:08 +01:00
2024-12-31 14:47:46 +01:00
2024-12-24 15:27:08 +01:00