Update Assimp.cpp

pull/4478/head
Kim Kulling 2022-05-31 19:17:08 +02:00 committed by GitHub
parent e5cd85ac0c
commit e28becbaf5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -1282,6 +1282,8 @@ ASSIMP_API void aiQuaternionInterpolate(
// Ensure all symbols are linked correctly
#if ASSIMP_NEEDS_STB_IMAGE
// Share stb_image's PNG loader with other importers/exporters instead of bringing our own copy.
# define STBI_ONLY_PNG
# define STB_IMAGE_STATIC
# define STB_IMAGE_IMPLEMENTATION
# include "Common/StbCommon.h"