writing docs i guess

This commit is contained in:
Safariminer 2025-06-03 23:09:23 -04:00
parent 651fbd18dc
commit 702fa80606

View File

@ -1 +1,6 @@
# Shuman Map Format
# 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).