Плагин FbxImporter
Out-of-the-box the Import System includes the FbxImporter plugin that allows importing of FBX models.В готовом виде Система импорта включает плагин FbxImporter, который позволяет импортировать модели FBX.
To use the FbxImporter plugin, just load it via the plugin_load console command or the following command line option on the application start-up:Чтобы использовать плагин FbxImporter, просто загрузите его с помощью консольной команды plugin_load или следующей опции командной строки при запуске приложения:
-extern_plugin UnigineFbxImporter
Compile FbxImporterКомпиляция FbxImporter#
If you somehow change or extend the FbxImporter plugin, you should recompile it before running to make the changes available.Если вы каким-то образом модифицируете или расширяете плагин FbxImporter, вам следует перекомпилировать его перед запуском, чтобы изменения стали доступными.
FBX SDK is required for recompiling the FbxImporter plugin:Для перекомпиляции плагина FbxImporter требуется FBX SDK:
- Get FBX SDK.Получите FBX SDK.
- Set the path to the <FBX SDK> folder in the FBXROOT environment variable.Задайте путь к папке <FBX SDK> в переменной окружения FBXROOT.
-
Compile the plugin in one of the following ways:Скомпилируйте плагин одним из следующих способов:
-
By using the build script:Используя сценарий сборки :
C:\UnigineSDK\source>build.py --plugin FbxImporter
- Via Microsoft Visual Studio: go to <UnigineSDK>\source\plugins\Import\FbxImporter, open the fbximporter_vs2015.vcxproj project and build it.Через Microsoft Visual Studio: перейдите к <UnigineSDK>\source\plugins\Import\FbxImporter, откройте проект fbximporter_vs2015.vcxproj и соберите его.
-