RwSetMaterialAmbientRGBStruct(RwMaterial *mat, RwRGBColor *rgb)
RwSetMaterialAmbientRGB(RwMaterial *mat, RwReal red, RwReal green, RwReal blue)
Description
Sets the ambient RGB surface properties of the material.
Arguments
mat Pointer to the material
rgb pointer to the RwRGBColor that contains the surface properties.
Return Value
The argument mat if successful, and NULL otherwise.
See Also