MaterialOverride Type
Optional material override for Command3D.DrawModelWith.
All applies one Material3D to every sub-mesh
(allocation-free struct field). PerMesh takes a resolver indexed by the pipeline's sub-mesh
iteration order — mesh index 0..model.MeshCount-1 on the raylib backend.
Union cases
| Union case |
Description
|
|
|
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsAll
Returns: bool
|
|
Full Usage:
this.IsPerMesh
Returns: bool
|
|
Mibo