From 702fa8060669f67667af32c4779bfe0599de23e8 Mon Sep 17 00:00:00 2001 From: Safariminer Date: Tue, 3 Jun 2025 23:09:23 -0400 Subject: [PATCH] writing docs i guess --- shuman.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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