C# Class HelixToolkit.Wpf.SunLight

A visual element that contains a "sunlight" light model.
Inheritance: LightSetup
Show file Open project: litdev1/LitDev Class Usage Examples

Public Properties

Property Type Description
AltitudeProperty System.Windows.DependencyProperty
AmbientProperty System.Windows.DependencyProperty
AzimuthProperty System.Windows.DependencyProperty
BrightnessProperty System.Windows.DependencyProperty

Protected Methods

Method Description
AddLights ( System.Windows.Media.Media3D.Model3DGroup lightGroup ) : void

Adds the lights to the element.

Method Details

AddLights() protected method

Adds the lights to the element.
protected AddLights ( System.Windows.Media.Media3D.Model3DGroup lightGroup ) : void
lightGroup System.Windows.Media.Media3D.Model3DGroup /// The light group. ///
return void

Property Details

AltitudeProperty public static property

Identifies the Altitude dependency property.
public static DependencyProperty,System.Windows AltitudeProperty
return System.Windows.DependencyProperty

AmbientProperty public static property

Identifies the Ambient dependency property.
public static DependencyProperty,System.Windows AmbientProperty
return System.Windows.DependencyProperty

AzimuthProperty public static property

Identifies the Azimuth dependency property.
public static DependencyProperty,System.Windows AzimuthProperty
return System.Windows.DependencyProperty

BrightnessProperty public static property

Identifies the Brightness dependency property.
public static DependencyProperty,System.Windows BrightnessProperty
return System.Windows.DependencyProperty