hristo
731ab15d57
Gltf animation support ( #1551 )
* Added example for gltf animation and split some functions for loading model animations into IQM and GLTF similar to how models are being loaded.
* Removed wrongly duplicated function
* Bone loading for gltf model (not working at this point)
* Loading info about vertex to joint connection but animation is still not working
* Skeleton and pose is correctly loaded. Need to communicate about interpolation in GLTF
* The model almost looks like a real person on animation.
* Fixed model loading with bones.
Also updated license info on the model.
* Cleaned up some code and updated examples.
* Fix identation issues
* Fix identation issues
* Fix identation issues
il y a 4 ans
raysan5
d38e01d186
Minor tweak
il y a 4 ans
raysan5
3d41c1b6cd
Minor tweaks
il y a 4 ans
raysan5
37a6f12037
Unload model shaders and textures
They are not automatically unloaded when unloading the model!
il y a 5 ans
culacant
f518c4e939
Fix loading multiple animations from .iqm file ( #928 )
* Fix loading multiple animations from .iqm file
* Fix memory leak in models_animation example
* Added export instructions to the animation example
* use raylib free
* include <stdlib.h> to appease the travis CI gods
* replace tabs with spaces
il y a 5 ans
Ray
ddaa4a304d
Review contributor info
il y a 5 ans
Ray
b525039e0a
Review ALL examples
il y a 5 ans
Ray
92733d6695
BIG UPDATE: New models functions for animations!
Multiple functions added and some reviewed to adapt to the new multi-mesh, multi-material and animated models.
il y a 5 ans
Ray
198a023527
First working version of IQM animations
Still a work in progress but it already works...
Current riqm API could be simplified...
il y a 6 ans
Ray
971a7419ec
Start reviewing IQM loader...
il y a 6 ans
culacant
b129ba09a6
fixed so it breaks
il y a 6 ans
Ray
311d8b92f5
Upload IQM loader project -WIP-
il y a 6 ans
Ray
a1d9c33995
Reviewed models and examples
il y a 6 ans
Ray
1630597f08
Review OBJ loading example
Replaced old dwarf model
il y a 6 ans
Ray
245704df72
Reviewed examples
il y a 6 ans
Ray San
6045062a05
Renamed some functions
- Renamed Begin3dMode() --> BeginMode3D()
- Renamed Begin2dMode() --> BeginMode2D()
- Renamed End3dMode() --> EndMode3D()
- Renamed End2dMode() --> EndMode2D()
il y a 6 ans
Ray San
4cc12ef2b3
Review camera definition on examples
il y a 6 ans
raysan5
9040526f17
Adapt to new materials system
il y a 7 ans
Ray
dd4dd0e87d
Reorganize examples folder
il y a 7 ans
raysan5
3876f19d6a
Corrected some issues on OpenGL ES
il y a 8 ans
raysan5
5f7ac64c44
Removed function SetModelTexture()
It's more educational to go through new material system, so, I decide to
remove this function to avoid students confusion...
il y a 8 ans
raysan5
d8bd8634ab
3d Camera: Added support for field-of-view Y
il y a 9 ans
raysan5
183795b8aa
Review literals type
il y a 9 ans
raysan5
35f1ebf9f3
Corrected model filenames
il y a 9 ans
raysan5
e28fef6ee0
Reviewed examples
il y a 9 ans
raysan5
ca402e9d36
New examples added (with some resources)
il y a 9 ans
raysan5
8745d733f9
Replaced 3d model example resources
Cat replaced by dwarf
il y a 9 ans
raysan5
51688c004c
Code cleaning, removed useless spaces
il y a 10 ans
raysan5
5ecb6801fa
Examples renaming and test examples merge
Examples have been renamed for coherence with raylib modules and test
examples have been merged into examples folder.
il y a 10 ans
Ray
3a0d164a76
Rename ex07c_3d_models.c to models_obj_loading.c
il y a 10 ans
raysan5
01651af08a
Update examples and remove .exe
il y a 10 ans
raysan5
5e2e9aa23e
Corrected bug with DrawModel()
il y a 10 ans
raysan5
62f298ce54
Updated
il y a 11 ans
raysan5
6f9d7db4ad
Updated
il y a 11 ans
raysan5
e9143b8a8d
Added some functions and Updated examples
View CHANGELOG for details
il y a 11 ans
Ray
818e79638b
Replaced tabs by 4 spaces
il y a 11 ans
raysan5
1a8cdc10b7
Added some examples
il y a 11 ans