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