RwGetMaterialLightSampling(RwMaterial *material);
Description
Retrieves the materials light sampling type.
Arguments
material Pointer to the material.
Return Value
The materials light sampling type if successful, and rwNALIGHTSAMPLING otherwise.
Comments
The light sampling types are:
rwFACET Flat shading.
rwVERTEX Smooth shading.
See Also