GetMeshData.

This commit is contained in:
jussi
2024-05-10 11:02:31 +03:00
parent 1980aebdc3
commit b3980ae2a5
8 changed files with 276 additions and 121 deletions

View File

@@ -4738,6 +4738,12 @@ function RL.GetMeshBoundingBox( mesh ) end
---@return any RL.GenMeshTangents
function RL.GenMeshTangents( mesh ) end
---Get mesh data as table.
---- Success return Mesh{}
---@param mesh any
---@return any meshData
function RL.GetMeshData( mesh ) end
-- Models - Mesh generation functions
---Generate polygonal mesh