summaryrefslogtreecommitdiff
path: root/src/lua_core.c
diff options
context:
space:
mode:
authorjussi2022-05-16 13:44:10 +0300
committerjussi2022-05-16 13:44:10 +0300
commit59ea29d8ff9dad751659a0a42d76a5534f7b4b97 (patch)
tree96a901dd2f9884e901b78bdd93c62fe2fe5d9e44 /src/lua_core.c
parentb034aa01dc0ca443eba7c7b12ead7732c3e32240 (diff)
downloadreilua-enhanced-59ea29d8ff9dad751659a0a42d76a5534f7b4b97.tar.gz
reilua-enhanced-59ea29d8ff9dad751659a0a42d76a5534f7b4b97.tar.bz2
reilua-enhanced-59ea29d8ff9dad751659a0a42d76a5534f7b4b97.zip
New GenMeshCustom, UpdateMesh and lightmap example.
Diffstat (limited to 'src/lua_core.c')
-rw-r--r--src/lua_core.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lua_core.c b/src/lua_core.c
index da385da..21788ba 100644
--- a/src/lua_core.c
+++ b/src/lua_core.c
@@ -771,6 +771,7 @@ void luaRegister() {
lua_register( L, "RL_GenMeshKnot", lmodelsGenMeshKnot );
lua_register( L, "RL_GenMeshHeightmap", lmodelsGenMeshHeightmap );
lua_register( L, "RL_GenMeshCustom", lmodelsGenMeshCustom );
+ lua_register( L, "RL_UpdateMesh", lmodelsUpdateMesh );
lua_register( L, "RL_UnloadMesh", lmodelsUnloadMesh );
lua_register( L, "RL_DrawMesh", lmodelsDrawMesh );
lua_register( L, "RL_DrawMeshInstanced", lmodelsDrawMeshInstanced );