mirror of
https://gitlab.bixilon.de/bixilon/minosoft.git
synced 2025-09-11 00:23:42 -04:00
5 lines
140 B
Markdown
5 lines
140 B
Markdown
# Mesh
|
|
|
|
OpenGL generally draws **counter-clockwise**. Minosoft internally uses **clockwise** rendering and maps then to quads or
|
|
triangles.
|