RwGetPolygonMaterial(RwPolygon3d *polygon);
Description
Retrieves the polygons material.
Arguments
polygon Pointer to the polygon.
Return Value
Pointer to the polygons material if successful, and NULL otherwise.
Comments
Do not attempt to destroy the material returned by this function.
See Also