Draw Mesh Instanced Example.

This commit is contained in:
jussi
2022-12-09 16:02:28 +02:00
parent 973d902a16
commit e1a85f898e
11 changed files with 282 additions and 16 deletions

View File

@@ -45,6 +45,7 @@ int lmodelsUnloadMaterial( lua_State *L );
int lmodelsSetMaterialTexture( lua_State *L );
int lmodelsSetMaterialColor( lua_State *L );
int lmodelsSetMaterialValue( lua_State *L );
int lmodelsSetMaterialShader( lua_State *L );
/* Model. */
int lmodelsLoadModel( lua_State *L );
int lmodelsLoadModelFromMesh( lua_State *L );