RenderWare V2.1

Previous Page Index Next Page

RwLight *

RwSetLightRadius(RwLight *light, RwReal rad);

Description

Sets the current radius for a cone or spot light..

Arguments

light Pointer to the light.

rad The light radius.

Return Value

light on success else NULL.

Comments

The light radius defines the distance from the light at which light fall off will start to occur.

See Also

RwGetLightRadius()

RwCreateLight()