More Model management functions, BoneInfo and Transform.

This commit is contained in:
jussi
2023-12-07 22:38:13 +02:00
parent 6ecbbcc282
commit eb7873be2b
9 changed files with 590 additions and 30 deletions

View File

@@ -5,7 +5,7 @@ Backlog {
* Raygui lib
* Check if could remove flickering from changing draw order by making queue for order changing and only
change them after everything is drawn.
* Platform desktop SDL.
* Platform desktop SDL
* Text input not working on gui. Could this be Raylib issue?
* Haptic functions.
* Text
@@ -16,12 +16,10 @@ Backlog {
* GenImageFontAtlas.
* Audio
* AudioStream.
* Models
* More Model management functions. Get mesh and material etc.
* BoneInfo.
* LoadMaterialsFromModel (Could then for example edit and set back to model).
* Core
* Automation events functionality.
* Models
* More Animation management functions.
* Examples
* Improve Dungeon crawler example by generating custom mesh instead of drawing 3D quads.
@@ -40,4 +38,5 @@ Needs Testing {
* rlUpdateTexture
* rlReadTexturePixels
* rlReadScreenPixels
* SetModelMesh Test unloading for double free or other errors.
}