diff options
| author | jussi | 2023-04-10 13:09:43 +0300 |
|---|---|---|
| committer | jussi | 2023-04-10 13:09:43 +0300 |
| commit | 8abed46dfdc73e616891f86099bfcebdf03caede (patch) | |
| tree | d59a5c7f6f2693caf0622ecd3447ea1e4b8c5878 /devnotes | |
| parent | f4ae19ca7d62a2bc6b125a1ddb678300b30790d2 (diff) | |
| download | reilua-enhanced-8abed46dfdc73e616891f86099bfcebdf03caede.tar.gz reilua-enhanced-8abed46dfdc73e616891f86099bfcebdf03caede.tar.bz2 reilua-enhanced-8abed46dfdc73e616891f86099bfcebdf03caede.zip | |
New argument style for models.
Diffstat (limited to 'devnotes')
| -rw-r--r-- | devnotes | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -1,5 +1,5 @@ Current { - * New argument styles for: models, rgui, easings. + * New argument styles for: rgui, easings. * ReiLua camera3D lib. * Check new functions from https://github.com/raysan5/raylib/blob/master/CHANGELOG } @@ -7,6 +7,7 @@ Current { Backlog { * IsWaveReady and other Is* ready functions. + * Platformer example physics process for true framerate independence. * rlgl * More low level functions. Could be usefull now when for example draw polygon is removed. * Text @@ -34,4 +35,15 @@ Backlog { * LoadFontEx * LoadFontFromImage * DrawText + * DrawQuad3DTexture + * GenMeshCustom + * UpdateMesh + * DrawMeshInstanced + * LoadMaterialDefault + * CreateMaterial + * LoadModel + * LoadModelFromMesh + * SetModelMaterial + * UpdateModelAnimation + * GetRayCollisionMesh } |
