6 lines
311 B
Markdown
6 lines
311 B
Markdown
# Shuman Map Format
|
|
|
|
The Shuman map format is a UDMF-inspired map format that aims to simplify rendering and physics calculations.
|
|
|
|
## Sectors
|
|
All sectors in the Shuman map format are triangles. This is to speed up calculations both in physics and rendering(and also because I couldn't figure out tessellation). |