diff options
| author | jussi | 2022-05-16 13:44:10 +0300 |
|---|---|---|
| committer | jussi | 2022-05-16 13:44:10 +0300 |
| commit | 59ea29d8ff9dad751659a0a42d76a5534f7b4b97 (patch) | |
| tree | 96a901dd2f9884e901b78bdd93c62fe2fe5d9e44 /include | |
| parent | b034aa01dc0ca443eba7c7b12ead7732c3e32240 (diff) | |
| download | reilua-enhanced-59ea29d8ff9dad751659a0a42d76a5534f7b4b97.tar.gz reilua-enhanced-59ea29d8ff9dad751659a0a42d76a5534f7b4b97.tar.bz2 reilua-enhanced-59ea29d8ff9dad751659a0a42d76a5534f7b4b97.zip | |
New GenMeshCustom, UpdateMesh and lightmap example.
Diffstat (limited to 'include')
| -rw-r--r-- | include/models.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 ); |
