ILightsManager Interface |
Namespace: GeonBit.Core.Graphics.Lights
public interface ILightsManager
The ILightsManager type exposes the following members.
Name | Description | |
---|---|---|
AmbientLight |
Get / set ambient light.
|
Name | Description | |
---|---|---|
AddLight |
Add a light source to the lights manager.
| |
GetLights |
Get all lights for a given bounding sphere and material.
| |
RemoveLight |
Remove a light source from the lights manager.
| |
UpdateLightTransform |
Update the transformations of a light inside this manager.
|