BsFBXPrerequisites.h 549 B

123456789101112131415161718192021
  1. //********************************** Banshee Engine (www.banshee3d.com) **************************************************//
  2. //**************** Copyright (c) 2016 Marko Pintera ([email protected]). All rights reserved. **********************//
  3. #pragma once
  4. #include "BsCorePrerequisites.h"
  5. /** @addtogroup Plugins
  6. * @{
  7. */
  8. /** @defgroup FBX BansheeFBXImporter
  9. * %Mesh importer for the FBX file format.
  10. */
  11. /** @} */
  12. #define FBXSDK_NEW_API
  13. #include <fbxsdk.h>
  14. #define FBX_IMPORT_MAX_UV_LAYERS 2
  15. #define FBX_IMPORT_MAX_BONE_INFLUENCES 4