| PlanarReflectionNodeFieldOfViewScale Property |
Gets or sets the field-of-view scale.
Namespace: DigitalRune.Graphics.SceneGraphAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public float FieldOfViewScale { get; set; }
Public Property FieldOfViewScale As Single
Get
Set
public:
property float FieldOfViewScale {
float get ();
void set (float value);
}
member FieldOfViewScale : float32 with get, set
Property Value
Type:
SingleThe 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