summaryrefslogtreecommitdiffhomepage
path: root/examples/models/models_gltf_model.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/models/models_gltf_model.c')
-rw-r--r--examples/models/models_gltf_model.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/models/models_gltf_model.c b/examples/models/models_gltf_model.c
index 9889ad25..3f843c9d 100644
--- a/examples/models/models_gltf_model.c
+++ b/examples/models/models_gltf_model.c
@@ -21,7 +21,7 @@
#include <stdlib.h>
-#define MAX_MODELS 7
+#define MAX_MODELS 8
int main(void)
{
@@ -49,6 +49,7 @@ int main(void)
model[4] = LoadModel("resources/gltf/AnimatedTriangle.gltf");
model[5] = LoadModel("resources/gltf/AnimatedMorphCube.glb");
model[6] = LoadModel("resources/gltf/vertex_colored_object.glb");
+ model[7] = LoadModel("resources/gltf/girl.glb");
int currentModel = 0;