Table of Contents

Class DirectionalLightCore

Namespace
HelixToolkit.SharpDX.Core
Assembly
HelixToolkit.SharpDX.dll
public class DirectionalLightCore : LightCoreBase, IDisposable, IGUID, IThrowingShadow, ILight3D
Inheritance
DirectionalLightCore
Implements
Inherited Members

Constructors

DirectionalLightCore()

public DirectionalLightCore()

Properties

Direction

public Vector3 Direction { get; set; }

Property Value

Vector3

Methods

OnRender(Light3DSceneShared?, int)

Called when [render].

protected override void OnRender(Light3DSceneShared? lightScene, int index)

Parameters

lightScene Light3DSceneShared

The light scene.

index int