Update M3DWrapper.h

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

View File

@ -57,12 +57,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
// Assimp specific M3D configuration. Comment out these defines to remove functionality
//#define ASSIMP_USE_M3D_READFILECB
// Share stb_image's PNG loader with other importers/exporters instead of bringing our own copy.
#define STBI_ONLY_PNG
#if ASSIMP_NEEDS_STB_IMAGE
#include "Common/StbCommon.h"
#endif
#include "m3d.h"