RwSetSurfaceDiffuse(RwReal kd);
Description
Sets the current materials diffuse reflection coefficient.
Arguments
kd Diffuse reflection coefficient in the range CREAL(0.0) to CREAL(1.0).
Return Value
TRUE if successful, and FALSE otherwise.
Comments
This function can only be called within the context of an RwModelBegin() RwModelEnd() block.
See Also