From 8abed46dfdc73e616891f86099bfcebdf03caede Mon Sep 17 00:00:00 2001 From: jussi Date: Mon, 10 Apr 2023 13:09:43 +0300 Subject: New argument style for models. --- devnotes | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'devnotes') diff --git a/devnotes b/devnotes index dafa10b..ecb5ea6 100644 --- a/devnotes +++ b/devnotes @@ -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 } -- cgit v1.2.3