Quaternion library.

This commit is contained in:
jussi
2023-11-15 22:04:45 +02:00
parent 841aa897f1
commit 118a1f3a8b
10 changed files with 210 additions and 34 deletions

View File

@@ -8,16 +8,13 @@ Backlog {
* Audio
* AudioStream.
* Models
* More Model management functions. Get mesh and material etc.
* BoneInfo.
* LoadMaterials (Load materials from model file).
* LoadMaterialsFromModel (Could then for example edit and set back to model).
* rlgl
* More Textures management functions.
* Shader buffer storage object management (ssbo).
* Matrix class.
* Quaternion class.
* Examples
* Improve Dungeon crawler example by generating custom mesh instead of drawing 3D quads.
* Platformer example physics process for true framerate independence.