SetMaterialTexture abstract method
void
SetMaterialTexture(
- MaterialStructType material,
- MaterialMapIndex mapType,
- TextureStructType texture
Set texture for a material map type (MATERIAL_MAP_DIFFUSE, MATERIAL_MAP_SPECULAR...)
Implementation
void SetMaterialTexture(
MaterialStructType material,
MaterialMapIndex mapType,
TextureStructType texture,
);