FbxImporter Plugin
Out-of-the-box the Import System includes the CadImporter plugin that allows importing of CAD models.
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:
-extern_plugin FbxImporter
Compile FbxImporter#
If you somehow change or extend the FbxImporter plugin, you should recompile it before running to make the changes available.
FBX SDK is required for recompiling the FbxImporter plugin:
- Get the FBX SDK.
- Set the path to the <FBX SDK> folder in the FBXROOT environment variable.
- Compile the plugin in one of the following ways:
-
By using the build script:
C:\UnigineSDK\source>build.py --plugin FbxImporter
-
Manually with Scons: go to the <UnigineSDK>\source via the command line, type scons, specify plugin name as the build target and press ENTER:
C:\UnigineSDK\source>scons FbxImporter
- Via Microsoft Visual Studio: go to the <UnigineSDK>\source\plugins\Import\FbxImporter, open the fbximporter_vs2013.vcxproj or fbximporter_vs2015.vcxproj project and build it.
-
By using the build script:
Last update:
14.01.2020
Помогите сделать статью лучше
Была ли эта статья полезной?
(или выберите слово/фразу и нажмите Ctrl+Enter