RwSetMaterialDiffuse(RwMaterial *material, RwReal kd);
Description
Sets the materials diffuse reflection coefficient.
Arguments
material Pointer to the material.
kd Diffuse reflection coefficient in the range CREAL(0.0) to CREAL(1.0).
Return Value
The argument material if successful, and NULL otherwise.
See Also