| LightsManager Class |
Namespace: GeonBit.Core.Graphics.Lights
public class LightsManager : ILightsManager
The LightsManager type exposes the following members.
| Name | Description | |
|---|---|---|
| LightsManager | Initializes a new instance of the LightsManager class |
| Name | Description | |
|---|---|---|
| AmbientLight |
Ambient light.
| |
| LightsRegionSize |
Lights manager divide the world into segments, or regions, that contain lights.
When drawing entities we get the entity bounding sphere and and all the
|
| Name | Description | |
|---|---|---|
| AddLight |
Add a light source to lights manager.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetLights |
Get all lights for a given bounding sphere.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| RemoveLight |
Remove a light source from lights manager.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| UpdateLightTransform |
Update the transformations of a light inside this manager.
|
| Name | Description | |
|---|---|---|
| MaxLightsPerRender |
Max lights we allow to return for a single render.
|