RwGetPolygonMaterialModes(RwPolygon3d *polygon);
Description
Retrieves the Material mode (or modes) of the polygons material.
Arguments
polygon Pointer to the polygon.
Return Value
The polygons materials Material modes if successful. Errors can be checked for using RwGetError().
Comments
The following material modes are supported:
rwDOUBLE The material will be rendered double sided.
For further information see the Material Modes section in Chapter 2: Data Types.
See Also