diff options
| author | Hristo Stamenov <[email protected]> | 2021-03-14 13:09:31 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-03-14 12:09:31 +0100 |
| commit | f9b79403d1142d61ea0ed6f41456600bb06a7318 (patch) | |
| tree | 89482f2b6c8f4622aecd1154f9490f38fb07868d /examples/models/resources/gltf | |
| parent | 01e28263be9869b28acae5cf1128472269626edb (diff) | |
| download | raylib-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.png | bin | 0 -> 189 bytes |
| -rw-r--r-- | examples/models/resources/gltf/raylib_32x32.glb | bin | 0 -> 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 Binary files differnew file mode 100644 index 00000000..203ff7f7 --- /dev/null +++ b/examples/models/resources/gltf/Textures/raylib_32x32.png diff --git a/examples/models/resources/gltf/raylib_32x32.glb b/examples/models/resources/gltf/raylib_32x32.glb Binary files differnew file mode 100644 index 00000000..4fc56ad4 --- /dev/null +++ b/examples/models/resources/gltf/raylib_32x32.glb |
