summaryrefslogtreecommitdiff
path: root/ReiLua_API.lua
diff options
context:
space:
mode:
authorjussi2024-05-10 11:02:31 +0300
committerjussi2024-05-10 11:02:31 +0300
commitb3980ae2a5d6beae75462e5204fc97841ec62aff (patch)
treed60f0497bd49a4b6b13d63671a1e0968272d997e /ReiLua_API.lua
parent1980aebdc32392f4975f6d1f8ecd9050f27e475f (diff)
downloadreilua-enhanced-b3980ae2a5d6beae75462e5204fc97841ec62aff.tar.gz
reilua-enhanced-b3980ae2a5d6beae75462e5204fc97841ec62aff.tar.bz2
reilua-enhanced-b3980ae2a5d6beae75462e5204fc97841ec62aff.zip
GetMeshData.
Diffstat (limited to 'ReiLua_API.lua')
-rw-r--r--ReiLua_API.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/ReiLua_API.lua b/ReiLua_API.lua
index 1ee0846..ef5ac23 100644
--- a/ReiLua_API.lua
+++ b/ReiLua_API.lua
@@ -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