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