SetPointLightRadius
Description
Changes the point light to a new radius of affect. Objects greater than this distance from the light will receive zero light from it.
Definition
SetPointLightRadius( lightID, radius )
void agk::SetPointLightRadius( UINT lightID, float radius )
Parameters
- lightID - The ID of the light to modify.
- radius - The distance that the light can affect.