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. --- API.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'API.md') diff --git a/API.md b/API.md index 296e419..0b525a8 100644 --- a/API.md +++ b/API.md @@ -3888,15 +3888,6 @@ Draw cube wires --- -> success = RL.DrawCubeTexture( Texture2D texture, Vector3 position, Vector3 size, Color color ) - -Draw cube textured - -- Failure return false -- Success return true - ---- - > success = RL.DrawSphere( Vector3 centerPos, float radius, Color color ) Draw sphere @@ -4090,7 +4081,7 @@ Generate custom mesh from vertex attribute data and uploads it into a VAO ( if s --- -> success = RL.UpdateMesh( Mesh{} mesh ) +> success = RL.UpdateMesh( Mesh mesh, Mesh{} updatedMesh ) Update mesh vertex data in GPU. Note! Mainly intented to be used with custom meshes. -- cgit v1.2.3