Class CubemapLight
Represent a light that use cubemap shadow mapping.
Inheritance
CubemapLight
Implements
Inherited Members
Namespace: Evergine.Framework.Graphics
Assembly: Evergine.Framework.dll
Syntax
public abstract class CubemapLight : VolumeLight, IDependencyObject
Properties
CascadeCount
Gets the number of cascades associated to this light.
Declaration
public override int CascadeCount { get; }
Property Value
Type | Description |
---|---|
int |
Overrides
DebugMode
Gets or sets a value indicating whether show or not the debug color by face.
Declaration
[RenderProperty(AttachToTag = 1, AttachToValue = true, CustomPropertyName = "Debug Mode")]
public bool DebugMode { get; set; }
Property Value
Type | Description |
---|---|
bool |
LightRange
Gets or sets the light range value.
Declaration
public abstract float LightRange { get; set; }
Property Value
Type | Description |
---|---|
float |
Position
Gets the Position of this light.
Declaration
public Vector3 Position { get; }
Property Value
Type | Description |
---|---|
Vector3 |