Details
Description
The lights example is showing too bright. This happens because the attenuation factors are incorrect. The API expects factors to be scaled by 100, but default values are normalized to 1.0 and the example also uses normalized values.