From 0e19660eb5122c8c52d5e909927884ad5c50b813 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Thu, 19 Feb 2026 04:46:23 +0400 Subject: Refactor documentation structure and add new specifications - Updated MSH documentation to reflect changes in material, wear, and texture specifications. - Introduced new `render.md` file detailing the render pipeline process. - Removed outdated sections from `runtime-pipeline.md` and redirected to `render.md`. - Added detailed specifications for `Texm` texture format and `WEAR` wear table. - Updated navigation in `mkdocs.yml` to align with new documentation structure. --- crates/msh-core/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 crates/msh-core/README.md (limited to 'crates/msh-core/README.md') diff --git a/crates/msh-core/README.md b/crates/msh-core/README.md new file mode 100644 index 0000000..016df7a --- /dev/null +++ b/crates/msh-core/README.md @@ -0,0 +1,14 @@ +# msh-core + +Парсер core-части формата `MSH`. + +Покрывает: + +- `Res1`, `Res2`, `Res3`, `Res6`, `Res13` (обязательные); +- `Res4`, `Res5`, `Res10` (опциональные); +- slot lookup по `node/lod/group`. + +Тесты: + +- прогон по всем `.msh` в `testdata`; +- синтетическая минимальная модель. -- cgit v1.2.3