Click or drag to resize
DigitalRunePlanarReflectionNodeFieldOfViewScale Property
Gets or sets the field-of-view scale.

Namespace: DigitalRune.Graphics.SceneGraph
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public float FieldOfViewScale { get; set; }

Property Value

Type: Single
The field-of-view scale. The default value is 1.
Remarks
If this value is 1, then the reflection camera will capture the scene which can be scene from a perfectly planar reflection (e.g. a flat mirror). However, when the reflection is distorted (e.g. using normal maps), then the reflection can show parts of the scene which are not visible in a flat mirror. For this case you can set the FieldOfViewScale to a value greater than 1 to capture a bigger image.
See Also