SetMaterialTexture abstract method

void SetMaterialTexture(
  1. MaterialStructType material,
  2. MaterialMapIndex mapType,
  3. TextureStructType texture
)

Set texture for a material map type (MATERIAL_MAP_DIFFUSE, MATERIAL_MAP_SPECULAR...)

Implementation

void SetMaterialTexture(
  MaterialStructType material,
  MaterialMapIndex mapType,
  TextureStructType texture,
);