diff options
| author | Ray <[email protected]> | 2022-08-20 14:01:54 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2022-08-20 14:01:54 +0200 |
| commit | 4ee5fdf6192166ecb3fc5f020fac9077c05add29 (patch) | |
| tree | 682ad9189d7581b1a018a75199553b457a1c583a /src/config.h | |
| parent | 35c777ef2ccdad0b3a94b508ec13df5f6cd9ea49 (diff) | |
| download | raylib-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.h | 1 |
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 |
