Added girl model to model example
This commit is contained in:
parent
8f491d88dd
commit
718f83c0b1
|
|
@ -21,7 +21,7 @@
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
#define MAX_MODELS 7
|
#define MAX_MODELS 8
|
||||||
|
|
||||||
int main(void)
|
int main(void)
|
||||||
{
|
{
|
||||||
|
|
@ -49,6 +49,7 @@ int main(void)
|
||||||
model[4] = LoadModel("resources/gltf/AnimatedTriangle.gltf");
|
model[4] = LoadModel("resources/gltf/AnimatedTriangle.gltf");
|
||||||
model[5] = LoadModel("resources/gltf/AnimatedMorphCube.glb");
|
model[5] = LoadModel("resources/gltf/AnimatedMorphCube.glb");
|
||||||
model[6] = LoadModel("resources/gltf/vertex_colored_object.glb");
|
model[6] = LoadModel("resources/gltf/vertex_colored_object.glb");
|
||||||
|
model[7] = LoadModel("resources/gltf/girl.glb");
|
||||||
|
|
||||||
int currentModel = 0;
|
int currentModel = 0;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user