New GenMeshCustom, UpdateMesh and lightmap example.

This commit is contained in:
jussi
2022-05-16 13:44:10 +03:00
parent b034aa01dc
commit 59ea29d8ff
11 changed files with 493 additions and 146 deletions

View File

@@ -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 );