diff --git a/doc/en/rigging.md b/doc/en/rigging.md index 27669288..9b7a033c 100644 --- a/doc/en/rigging.md +++ b/doc/en/rigging.md @@ -32,6 +32,8 @@ At the moment, positioning, rotation, scaling is done through scripting, as well The process of working with skeletons will be simplified in the future. +Models are loaded automatically; adding them to preload.json is not required. + ## Models Models should be located in the models folder. Currently only OBJ format is supported. diff --git a/doc/ru/rigging.md b/doc/ru/rigging.md index fc341eaf..b9f834b0 100644 --- a/doc/ru/rigging.md +++ b/doc/ru/rigging.md @@ -32,6 +32,8 @@ Процесс работы со скелетами будет упрощен в будущем. +Модели загружаются автоматически, добавление их в preload.json не требуется. + ## Модели Модели должны располагаться в папке models. На данный момент поддерживается только OBJ формат.