RwSetPolygonSpecularRGBStruct(RwPolygon3d *poly, RwRGBColor *rgb)
RwSetPolygonSpecularRGB(RwPolygon3d *poly, RwReal red, RwReal green, RwReal blue)
Description
Sets the specular RGB surface properties of the polygon.
Arguments
poly Pointer to the polygon
rgb pointer to the RwRGBColor that contains the surface properties.
Return Value
The argument poly if successful, and NULL otherwise.
See Also