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
Afficher le fichier Open project: litdev1/LitDev

Méthodes publiques

Свойство 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

Méthodes protégées

Méthode Description
AddLights ( System.Windows.Media.Media3D.Model3DGroup lightGroup ) : void

Adds the lights to the element.

Method Details

AddLights() protected méthode

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

Property Details

DistanceProperty public_oe static_oe property

Identifies the Distance dependency property.
public static DependencyProperty,System.Windows DistanceProperty
Résultat System.Windows.DependencyProperty

FillLightAngleProperty public_oe static_oe property

Identifies the FillLightAngle dependency property.
public static DependencyProperty,System.Windows FillLightAngleProperty
Résultat System.Windows.DependencyProperty

FillLightSideAngleProperty public_oe static_oe property

Identifies the FillLightSideAngle dependency property.
public static DependencyProperty,System.Windows FillLightSideAngleProperty
Résultat System.Windows.DependencyProperty

FrontDirectionProperty public_oe static_oe property

Identifies the FrontDirection dependency property.
public static DependencyProperty,System.Windows FrontDirectionProperty
Résultat System.Windows.DependencyProperty

KeyLightAngleProperty public_oe static_oe property

Identifies the KeyLightAngle dependency property.
public static DependencyProperty,System.Windows KeyLightAngleProperty
Résultat System.Windows.DependencyProperty

KeyLightBrightnessProperty public_oe static_oe property

Identifies the KeyLightBrightness dependency property.
public static DependencyProperty,System.Windows KeyLightBrightnessProperty
Résultat System.Windows.DependencyProperty

KeyLightSideAngleProperty public_oe static_oe property

Identifies the KeyLightSideAngle dependency property.
public static DependencyProperty,System.Windows KeyLightSideAngleProperty
Résultat System.Windows.DependencyProperty

KeyToFillLightRatioProperty public_oe static_oe property

Identifies the KeyToFillLightRatio dependency property.
public static DependencyProperty,System.Windows KeyToFillLightRatioProperty
Résultat System.Windows.DependencyProperty

KeyToRimLightRatioProperty public_oe static_oe property

Identifies the KeyToRimLightRatio dependency property.
public static DependencyProperty,System.Windows KeyToRimLightRatioProperty
Résultat System.Windows.DependencyProperty

RimLightAngleProperty public_oe static_oe property

Identifies the RimLightAngle dependency property.
public static DependencyProperty,System.Windows RimLightAngleProperty
Résultat System.Windows.DependencyProperty

TargetProperty public_oe static_oe property

Identifies the Target dependency property.
public static DependencyProperty,System.Windows TargetProperty
Résultat System.Windows.DependencyProperty

UpDirectionProperty public_oe static_oe property

Identifies the UpDirection dependency property.
public static DependencyProperty,System.Windows UpDirectionProperty
Résultat System.Windows.DependencyProperty