1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-17 18:35:20 +02:00
Files
luanti/src
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-10 22:00:28 +01:00
2024-12-24 15:27:08 +01:00
2024-06-10 21:15:30 +02:00
2024-06-10 21:15:30 +02:00
2024-11-12 10:52:46 +01:00
2024-12-26 11:29:00 +01:00
2024-12-10 22:00:28 +01:00
2024-11-12 10:52:46 +01:00
2024-12-10 22:00:28 +01:00
2024-12-10 22:00:28 +01:00