RwGetMaterialGeometrySampling(RwMaterial *material);
Description
Retrieves the materials geometry sampling type.
Arguments
material Pointer to the material.
Return Value
The materials geometry sampling type if successful, and rwNAGEOMETRYSAMPLING otherwise.
Comments
The geometry sampling types are:
rwPOINTCLOUD Render geometry as a cloud of points.
rwWIREFRAME Render geometry as a wireframe of polygon edges.
rwSOLID Render geometry as a solid bounded by filled polygons.
See Also