1 | //************************************ bs::framework - Copyright 2018 Marko Pintera **************************************// |
2 | //*********** Licensed under the MIT license. See LICENSE.md for full terms. This notice is not to be removed. ***********// |
3 | #pragma once |
4 | |
5 | #include "BsCorePrerequisites.h" |
6 | |
7 | /** @addtogroup Plugins |
8 | * @{ |
9 | */ |
10 | |
11 | /** @defgroup FBX bsfFBXImporter |
12 | * %Mesh importer for the FBX file format. |
13 | */ |
14 | |
15 | /** @} */ |
16 | |
17 | #define FBXSDK_NEW_API |
18 | #include <fbxsdk.h> |
19 | |
20 | #define FBX_IMPORT_MAX_UV_LAYERS 2 |
21 | #define FBX_IMPORT_MAX_BONE_INFLUENCES 4 |