Click or drag to resize
DigitalRuneSkyObjectNodeAngularDiameter Property
Gets or sets the size of the object using its angular diameter.

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

Property Value

Type: Vector2F
The angular diameter of the object in x and y (specified in radians).
See Also