diff options
Diffstat (limited to 'examples/models')
| -rw-r--r-- | examples/models/models_gltf_model.c | 3 | ||||
| -rw-r--r-- | examples/models/resources/gltf/LICENSE | 3 | ||||
| -rw-r--r-- | examples/models/resources/gltf/girl.glb | bin | 0 -> 135000 bytes |
3 files changed, 5 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; diff --git a/examples/models/resources/gltf/LICENSE b/examples/models/resources/gltf/LICENSE index 8617385f..305079cf 100644 --- a/examples/models/resources/gltf/LICENSE +++ b/examples/models/resources/gltf/LICENSE @@ -15,6 +15,9 @@ Animated Triangle model is licensed as CC0 Universal Public Domain Gearbox Assy model has been provided by Okino Computer Graphics, using Okino Polytrans Software. no license information was provided +Girl model has been provided by Hristo Stamenov (https://thatonegamedev.com/) +and licensed as CC0 Universal Public Domain + Check for details on CC0: https://creativecommons.org/publicdomain/zero/1.0/ Check for details on CC4: http://creativecommons.org/licenses/by/4.0/ GLTF sample models for testing are taken from: https://github.com/KhronosGroup/glTF-Sample-Models/ diff --git a/examples/models/resources/gltf/girl.glb b/examples/models/resources/gltf/girl.glb Binary files differnew file mode 100644 index 00000000..c368590c --- /dev/null +++ b/examples/models/resources/gltf/girl.glb |
