RwGetPolygonTexture(RwPolygon3d *polygon);
Description
Retrieves the texture of the polygons material.
Arguments
polygon Pointer to the polygon.
Return Value
A pointer to the texture of the polygons material. NULL is returned if there is no texture associated with the polygons material or if there is an error. Errors can be checked for using RwGetError().
See Also