RwGetMaterialSpecular(RwMaterial *material);
Description
Retrieves the materials specular reflection coefficient.
Arguments
material Pointer to the material.
Return Value
The specular reflection coefficient if successful. Errors can be checked for using RwGetError().
See Also