diff options
| author | raysan5 <[email protected]> | 2020-03-25 18:51:46 +0100 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2020-03-25 18:51:46 +0100 |
| commit | e37d021cd3520a0503fb21b246f3227ddccc927d (patch) | |
| tree | 6d04dac4c617bf9f0ed15031641731c2da96f964 /src | |
| parent | 133a8825567e9571204e3000328bc544127e5dfb (diff) | |
| download | raylib-e37d021cd3520a0503fb21b246f3227ddccc927d.tar.gz raylib-e37d021cd3520a0503fb21b246f3227ddccc927d.zip | |
Enable IQM models support on config.h
Diffstat (limited to 'src')
| -rw-r--r-- | src/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h index cd896c6e..76404af5 100644 --- a/src/config.h +++ b/src/config.h @@ -120,7 +120,7 @@ // Selected desired model fileformats to be supported for loading #define SUPPORT_FILEFORMAT_OBJ 1 #define SUPPORT_FILEFORMAT_MTL 1 -//#define SUPPORT_FILEFORMAT_IQM 1 +#define SUPPORT_FILEFORMAT_IQM 1 #define SUPPORT_FILEFORMAT_GLTF 1 // Support procedural mesh generation functions, uses external par_shapes.h library // NOTE: Some generated meshes DO NOT include generated texture coordinates |
