add gltf model Wizard that used to work but does not now
This commit is contained in:
parent
ac0f273b90
commit
3510c3730c
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
BIN
examples/models/resources/models/gltf/Wizard.glb
Normal file
BIN
examples/models/resources/models/gltf/Wizard.glb
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user