Click or drag to resize
DigitalRuneImageBasedLightLocalizedReflectionBox Property
Gets or sets the axis-aligned bounding box used to localize the cube map reflection when EnableLocalizedReflection is set.

Namespace: DigitalRune.Graphics
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public Nullable<Aabb> LocalizedReflectionBox { get; set; }

Property Value

Type: NullableAabb
The axis-aligned bounding box used to localize the cube map reflection. This value can be in which case the Shape is used to localize the reflection. The default value is .
Remarks
This property is only used if the EnableLocalizedReflection is . The axis-aligned bounding box is defined in the local space of the LightNode. The box can be scaled and rotated using the LightNode 's ScaleLocal and PoseLocal properties.
See Also