Click or drag to resize
ILightsManager Interface
Interface for lights manager. These objects manage lights and provide them to materials when trying to render.

Namespace:  GeonBit.Core.Graphics.Lights
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public interface ILightsManager

The ILightsManager type exposes the following members.

Properties
  NameDescription
Public propertyAmbientLight
Get / set ambient light.
Top
Methods
  NameDescription
Public methodAddLight
Add a light source to the lights manager.
Public methodGetLights
Get all lights for a given bounding sphere and material.
Public methodRemoveLight
Remove a light source from the lights manager.
Public methodUpdateLightTransform
Update the transformations of a light inside this manager.
Top
See Also