Click or drag to resize
DigitalRuneCameraNodeView Property
Gets or sets the view matrix.

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

Property Value

Type: Matrix44F
The view transformation in world space. The default value is Identity.
Remarks
Setting View automatically updates ViewInverse.
See Also