Click or drag to resize
DigitalRuneEphemerisUpdate Method
Computes the derived values, like sun/moon positions, transformation matrices and light intensities. This method must be called when the location or time has changed.

Namespace: DigitalRune.Graphics
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public void Update()
Remarks
This method must be called when the input properties Latitude, Longitude, Altitude, or Time) have changed.
See Also