add gltf model Wizard that used to work but does not now

This commit is contained in:
richard 2021-10-23 00:03:43 +01:00
parent ac0f273b90
commit 3510c3730c
3 changed files with 4 additions and 0 deletions

View File

@ -47,6 +47,7 @@ int main(void)
model[5] = LoadModel("resources/models/gltf/AnimatedMorphCube.glb");
model[6] = LoadModel("resources/models/gltf/vertex_colored_object.glb");
model[7] = LoadModel("resources/models/gltf/girl.glb");
model[8] = LoadModel("resources/models/gltf/Wizard.glb");
int currentModel = 0;

View File

@ -21,3 +21,6 @@ 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/
Wizard.glb by @Quaternius (https://www.patreon.com/quaternius)
and licensed as CC0 Universal Public Domain

Binary file not shown.