From 59ea29d8ff9dad751659a0a42d76a5534f7b4b97 Mon Sep 17 00:00:00 2001 From: jussi Date: Mon, 16 May 2022 13:44:10 +0300 Subject: New GenMeshCustom, UpdateMesh and lightmap example. --- include/models.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/models.h b/include/models.h index d002807..15dae09 100644 --- a/include/models.h +++ b/include/models.h @@ -30,6 +30,7 @@ int lmodelsGenMeshTorus( lua_State *L ); int lmodelsGenMeshKnot( lua_State *L ); int lmodelsGenMeshHeightmap( lua_State *L ); int lmodelsGenMeshCustom( lua_State *L ); +int lmodelsUpdateMesh( lua_State *L ); int lmodelsUnloadMesh( lua_State *L ); int lmodelsDrawMesh( lua_State *L ); int lmodelsDrawMeshInstanced( lua_State *L ); -- cgit v1.2.3