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