diff options
| author | jussi | 2022-12-09 16:02:28 +0200 |
|---|---|---|
| committer | jussi | 2022-12-09 16:02:28 +0200 |
| commit | e1a85f898e0781c9dd69ced6cd6ccb4e304a7bd1 (patch) | |
| tree | e6fc38ef9c149de6cd58aa43a28e1c67d0cb7317 /API.md | |
| parent | 973d902a16b35258629d2a0b228ad9c3f49b6198 (diff) | |
| download | reilua-enhanced-e1a85f898e0781c9dd69ced6cd6ccb4e304a7bd1.tar.gz reilua-enhanced-e1a85f898e0781c9dd69ced6cd6ccb4e304a7bd1.tar.bz2 reilua-enhanced-e1a85f898e0781c9dd69ced6cd6ccb4e304a7bd1.zip | |
Draw Mesh Instanced Example.
Diffstat (limited to 'API.md')
| -rw-r--r-- | API.md | 12 |
1 files changed, 10 insertions, 2 deletions
@@ -4070,7 +4070,6 @@ Draw a 3d mesh with material and transform > success = RL_DrawMeshInstanced( Mesh mesh, Material material, Matrix{} transforms, int instances ) Draw multiple mesh instances with material and different transforms -Note! Untested. - Failure return false - Success return true @@ -4171,6 +4170,15 @@ Set value for a material map type --- +> success = RL_SetMaterialShader( Material material, Shader shader ) + +Set shader for material + +- Failure return false +- Success return true + +--- + ## Models - Model --- @@ -5363,7 +5371,7 @@ Invert provided matrix --- -> result = MatrixIdentity() +> result = RL_MatrixIdentity() Get identity matrix |
