summaryrefslogtreecommitdiffhomepage
path: root/examples/models/resources/gltf
diff options
context:
space:
mode:
authorHristo Stamenov <[email protected]>2021-03-14 13:09:31 +0200
committerGitHub <[email protected]>2021-03-14 12:09:31 +0100
commitf9b79403d1142d61ea0ed6f41456600bb06a7318 (patch)
tree89482f2b6c8f4622aecd1154f9490f38fb07868d /examples/models/resources/gltf
parent01e28263be9869b28acae5cf1128472269626edb (diff)
downloadraylib-f9b79403d1142d61ea0ed6f41456600bb06a7318.tar.gz
raylib-f9b79403d1142d61ea0ed6f41456600bb06a7318.zip
Improve gltf support (#1647)
* Implement a load values from accessor function. Added some more value types for the different GLTF attributes. Fixed crash when loading animated triangle. * Split GLTF model loading into separate functions for readability. * Fixed the already working models that I broke when introducing GLTFReadValue. Improved the example for gltf models to be able to switch between a few models. * Removed license from screen. It is pu inside a license file anyway. * Small improvements on the naming of functions Removed (*model). and replaced it with model->
Diffstat (limited to 'examples/models/resources/gltf')
-rw-r--r--examples/models/resources/gltf/Textures/raylib_32x32.pngbin0 -> 189 bytes
-rw-r--r--examples/models/resources/gltf/raylib_32x32.glbbin0 -> 266724 bytes
2 files changed, 0 insertions, 0 deletions
diff --git a/examples/models/resources/gltf/Textures/raylib_32x32.png b/examples/models/resources/gltf/Textures/raylib_32x32.png
new file mode 100644
index 00000000..203ff7f7
--- /dev/null
+++ b/examples/models/resources/gltf/Textures/raylib_32x32.png
Binary files differ
diff --git a/examples/models/resources/gltf/raylib_32x32.glb b/examples/models/resources/gltf/raylib_32x32.glb
new file mode 100644
index 00000000..4fc56ad4
--- /dev/null
+++ b/examples/models/resources/gltf/raylib_32x32.glb
Binary files differ