aboutsummaryrefslogtreecommitdiff
path: root/docs/specs/materials-texm.md
Commit message (Collapse)AuthorAgeFilesLines
* Документирование и обновление ↵Valentin Popov9 days1-0/+10
| | | | | | | | | спецификаций - Обновлены спецификации `runtime-pipeline`, `sound`, `terrain-map-loading`, `texture`, `ui` и `wear`. - Добавлены разделы о статусе покрытия и оставшихся задачах для достижения 100% завершенности. - Внесены уточнения по архитектурным ролям, минимальным контрактам и требованиям к toolchain для каждой подсистемы. - Уточнены форматы данных и правила взаимодействия между компонентами системы.
* Refactor documentation structure and add new specificationsValentin Popov9 days1-872/+6
| | | | | | | | - 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.
* feat: улучшить документацию по материалам и ↵Valentin Popov2026-02-121-8/+165
| | | | текстурам, добавить детали о сборке и парсинге
* Refactor materials and Texm documentation for clarity and completenessValentin Popov2026-02-121-183/+601
| | | | | | | | - Updated the structure and content of the materials and Texm documentation to provide a comprehensive overview of the material subsystem in the engine. - Enhanced sections on identifiers, architecture, material layout, and runtime storage. - Improved explanations of material attributes, animation modes, and parsing behavior. - Added detailed specifications for toolchain interactions, including lossless write rules and validation recommendations. - Included pseudocode examples for parsing MAT0 and Texm formats to aid in understanding.
* Добавлены спецификации для сетевой ↵Valentin Popov2026-02-121-0/+299
подсистемы, системы звука, загрузки ландшафта, интерфейса пользователя и пайплайна выполнения. Обновлен файл навигации mkdocs.yml для включения новых документов.