Class DirectionalLight3D
- Namespace
- HelixToolkit.Wpf.SharpDX
- Assembly
- HelixToolkit.Wpf.SharpDX.dll
public sealed class DirectionalLight3D : Light3D, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IDisposable, IVisible
- Inheritance
-
DirectionalLight3D
- Implements
- Inherited Members
- Extension Methods
Fields
DirectionProperty
public static readonly DependencyProperty DirectionProperty
Field Value
Properties
Direction
Direction of the light. It applies to Directional Light and to Spot Light, for all other lights it is ignored.
public Vector3D Direction { get; set; }
Property Value
Methods
AssignDefaultValuesToSceneNode(SceneNode)
protected override void AssignDefaultValuesToSceneNode(SceneNode core)
Parameters
coreSceneNode
OnCreateSceneNode()
Called when [create scene node].
protected override SceneNode OnCreateSceneNode()