AnalyticalLightSettings structure
Configuration settings for analytical lights (Circle and Line types).
public struct AnalyticalLightSettings
Public Members
| name | description |
|---|---|
| Cullable | When true, the light can be culled when outside the view frustum. |
| CullDistance | Maximum distance at which the light affects the scene if Cullable is true. |
| FreeformPoints | Array of points defining the custom shape for freeform lights. |
| SingleSided | When true, the light only emits from one side. |
| Size | The size of the light source in world units. |
See Also
- namespace Dim0v.RadianceCascades2D.Lights