summaryrefslogtreecommitdiffhomepage
path: root/src/config.h
diff options
context:
space:
mode:
authorRay <[email protected]>2022-08-20 14:01:54 +0200
committerRay <[email protected]>2022-08-20 14:01:54 +0200
commit4ee5fdf6192166ecb3fc5f020fac9077c05add29 (patch)
tree682ad9189d7581b1a018a75199553b457a1c583a /src/config.h
parent35c777ef2ccdad0b3a94b508ec13df5f6cd9ea49 (diff)
downloadraylib-4ee5fdf6192166ecb3fc5f020fac9077c05add29.tar.gz
raylib-4ee5fdf6192166ecb3fc5f020fac9077c05add29.zip
ADDED: Support M3D model file format (meshes and materials) #2648
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h
index ce7d9b04..a7ec2523 100644
--- a/src/config.h
+++ b/src/config.h
@@ -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