|
|
|
@ -127,10 +127,13 @@ |
|
|
|
// Defines and Macros |
|
|
|
//---------------------------------------------------------------------------------- |
|
|
|
#ifndef MAX_MATERIAL_MAPS |
|
|
|
#define MAX_MATERIAL_MAPS 12 // Maximum number of maps supported |
|
|
|
#define MAX_MATERIAL_MAPS 12 // Maximum number of maps supported |
|
|
|
#endif |
|
|
|
#ifndef MAX_MESH_VERTEX_BUFFERS |
|
|
|
#define MAX_MESH_VERTEX_BUFFERS 9 // Maximum vertex buffers (VBO) per mesh |
|
|
|
#define MAX_MESH_VERTEX_BUFFERS 9 // Maximum vertex buffers (VBO) per mesh |
|
|
|
#endif |
|
|
|
#ifndef MAX_FILEPATH_LENGTH |
|
|
|
#define MAX_FILEPATH_LENGTH 4096 // Maximum length for filepaths (Linux PATH_MAX default value) |
|
|
|
#endif |
|
|
|
|
|
|
|
//---------------------------------------------------------------------------------- |
|
|
|
|