C# Class HelixToolkit.Wpf.ThreePointLights

A visual element that contains a three point light setup.
See http://www.3drender.com/light/3point.html
Inheritance: LightSetup
显示文件 Open project: litdev1/LitDev

Public Properties

Property Type Description
DistanceProperty System.Windows.DependencyProperty
FillLightAngleProperty System.Windows.DependencyProperty
FillLightSideAngleProperty System.Windows.DependencyProperty
FrontDirectionProperty System.Windows.DependencyProperty
KeyLightAngleProperty System.Windows.DependencyProperty
KeyLightBrightnessProperty System.Windows.DependencyProperty
KeyLightSideAngleProperty System.Windows.DependencyProperty
KeyToFillLightRatioProperty System.Windows.DependencyProperty
KeyToRimLightRatioProperty System.Windows.DependencyProperty
RimLightAngleProperty System.Windows.DependencyProperty
TargetProperty System.Windows.DependencyProperty
UpDirectionProperty 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

DistanceProperty public_oe static_oe property

Identifies the Distance dependency property.
public static DependencyProperty,System.Windows DistanceProperty
return System.Windows.DependencyProperty

FillLightAngleProperty public_oe static_oe property

Identifies the FillLightAngle dependency property.
public static DependencyProperty,System.Windows FillLightAngleProperty
return System.Windows.DependencyProperty

FillLightSideAngleProperty public_oe static_oe property

Identifies the FillLightSideAngle dependency property.
public static DependencyProperty,System.Windows FillLightSideAngleProperty
return System.Windows.DependencyProperty

FrontDirectionProperty public_oe static_oe property

Identifies the FrontDirection dependency property.
public static DependencyProperty,System.Windows FrontDirectionProperty
return System.Windows.DependencyProperty

KeyLightAngleProperty public_oe static_oe property

Identifies the KeyLightAngle dependency property.
public static DependencyProperty,System.Windows KeyLightAngleProperty
return System.Windows.DependencyProperty

KeyLightBrightnessProperty public_oe static_oe property

Identifies the KeyLightBrightness dependency property.
public static DependencyProperty,System.Windows KeyLightBrightnessProperty
return System.Windows.DependencyProperty

KeyLightSideAngleProperty public_oe static_oe property

Identifies the KeyLightSideAngle dependency property.
public static DependencyProperty,System.Windows KeyLightSideAngleProperty
return System.Windows.DependencyProperty

KeyToFillLightRatioProperty public_oe static_oe property

Identifies the KeyToFillLightRatio dependency property.
public static DependencyProperty,System.Windows KeyToFillLightRatioProperty
return System.Windows.DependencyProperty

KeyToRimLightRatioProperty public_oe static_oe property

Identifies the KeyToRimLightRatio dependency property.
public static DependencyProperty,System.Windows KeyToRimLightRatioProperty
return System.Windows.DependencyProperty

RimLightAngleProperty public_oe static_oe property

Identifies the RimLightAngle dependency property.
public static DependencyProperty,System.Windows RimLightAngleProperty
return System.Windows.DependencyProperty

TargetProperty public_oe static_oe property

Identifies the Target dependency property.
public static DependencyProperty,System.Windows TargetProperty
return System.Windows.DependencyProperty

UpDirectionProperty public_oe static_oe property

Identifies the UpDirection dependency property.
public static DependencyProperty,System.Windows UpDirectionProperty
return System.Windows.DependencyProperty