Class PointLightNode
- Namespace
- HelixToolkit.SharpDX.Model.Scene
- Assembly
- HelixToolkit.SharpDX.dll
public class PointLightNode : LightNode, IDisposable, IComparable<SceneNode>, IAnimationNode, ILight3D
- Inheritance
-
PointLightNode
- Implements
- Derived
- Inherited Members
- Extension Methods
Properties
Attenuation
Gets or sets the attenuation.
public Vector3 Attenuation { get; set; }
Property Value
- Vector3
The attenuation.
Position
Gets or sets the position.
public Vector3 Position { get; set; }
Property Value
- Vector3
The position.
Range
Gets or sets the range.
public float Range { get; set; }
Property Value
- float
The range.
Methods
OnCreateRenderCore()
Called when [create render core].
protected override RenderCore OnCreateRenderCore()