RwSetLightBrightness(RwLight *light, RwReal brightness);
Description
Sets the lights brightness.
Arguments
light Pointer to the light.
brightness Brightness, in the range CREAL(0.0) to CREAL(1.0).
Return Value
The argument light if successful, and NULL otherwise.
Comments
This function is identical to RwSetLightColor(light, brightness, brightness, brightness). For a scene using colored lights, RwSetLightColor() should be used to control the intensity of the light.
See Also