Table of Contents

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

DependencyProperty

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

Vector3D

Methods

AssignDefaultValuesToSceneNode(SceneNode)

protected override void AssignDefaultValuesToSceneNode(SceneNode core)

Parameters

core SceneNode

OnCreateSceneNode()

Called when [create scene node].

protected override SceneNode OnCreateSceneNode()

Returns

SceneNode