diff --git a/shuman.md b/shuman.md index 6c39db9..c903fbc 100644 --- a/shuman.md +++ b/shuman.md @@ -1 +1,6 @@ -# Shuman Map Format \ No newline at end of file +# 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). \ No newline at end of file