ADDED: Support M3D model file format (meshes and materials) #2648

This commit is contained in:
Ray 2022-08-20 14:01:54 +02:00
parent 35c777ef2c
commit 4ee5fdf619
3 changed files with 6700 additions and 0 deletions

View file

@ -192,6 +192,7 @@
#define SUPPORT_FILEFORMAT_IQM 1
#define SUPPORT_FILEFORMAT_GLTF 1
#define SUPPORT_FILEFORMAT_VOX 1
#define SUPPORT_FILEFORMAT_M3D 1
// Support procedural mesh generation functions, uses external par_shapes.h library
// NOTE: Some generated meshes DO NOT include generated texture coordinates
#define SUPPORT_MESH_GENERATION 1