diff options
| author | Ray <[email protected]> | 2023-05-01 14:04:22 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2023-05-01 14:04:22 +0200 |
| commit | 7d68aa686974347cefe0ef481c835e3d60bdc4b9 (patch) | |
| tree | 2542aba007b5d41956932ce47c1cb56e5a34ce42 /src/rmodels.c | |
| parent | a4a5a798bdb546646b607b3348a8f2d43b161a09 (diff) | |
| download | raylib-7d68aa686974347cefe0ef481c835e3d60bdc4b9.tar.gz raylib-7d68aa686974347cefe0ef481c835e3d60bdc4b9.zip | |
REVIEWED: Modules description layout
Diffstat (limited to 'src/rmodels.c')
| -rw-r--r-- | src/rmodels.c | 25 |
1 files changed, 12 insertions, 13 deletions
diff --git a/src/rmodels.c b/src/rmodels.c index 9c4c3388..34352ec1 100644 --- a/src/rmodels.c +++ b/src/rmodels.c @@ -3,21 +3,20 @@ * rmodels - Basic functions to draw 3d shapes and load and draw 3d models * * CONFIGURATION: +* #define SUPPORT_MODULE_RMODELS +* rmodels module is included in the build * -* #define SUPPORT_MODULE_RMODELS -* rmodels module is included in the build +* #define SUPPORT_FILEFORMAT_OBJ +* #define SUPPORT_FILEFORMAT_MTL +* #define SUPPORT_FILEFORMAT_IQM +* #define SUPPORT_FILEFORMAT_GLTF +* #define SUPPORT_FILEFORMAT_VOX +* #define SUPPORT_FILEFORMAT_M3D +* Selected desired fileformats to be supported for model data loading. * -* #define SUPPORT_FILEFORMAT_OBJ -* #define SUPPORT_FILEFORMAT_MTL -* #define SUPPORT_FILEFORMAT_IQM -* #define SUPPORT_FILEFORMAT_GLTF -* #define SUPPORT_FILEFORMAT_VOX -* #define SUPPORT_FILEFORMAT_M3D -* Selected desired fileformats to be supported for model data loading. -* -* #define SUPPORT_MESH_GENERATION -* 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 +* Support procedural mesh generation functions, uses external par_shapes.h library +* NOTE: Some generated meshes DO NOT include generated texture coordinates * * * LICENSE: zlib/libpng |
