Click or drag to resize

Light3D Properties

LightningChart .NET Help

The Light3D type exposes the following members.

Properties
  NameDescription
Public propertyAmbientColor
Ambient color of the light
Public propertyAttenuationConstant
Lighting attenuation, constant. Atten = 1 / (att0 + att1 * d + att2 * d2)
Public propertyAttenuationLinear
Lighting attenuation, linear factor. Atten = 1 / (att0 + att1 * d + att2 * d2)
Public propertyAttenuationQuadratic
Lighting attenuation, quadratic factor. Atten = 1 / (att0 + att1 * d + att2 * d2)
Public propertyDiffuseColor
Diffuse color of the light
Public propertyEnabled
Is the light switched on
Public propertyLocation
Light location
Public propertyLocationFromCamera
Use the view camera location as the location of the light.
Public propertySpecularColor
Specular color of the light
Public propertyTarget
Target coordinates. Applies to Directional light and Spotlight types.
Public propertyType
Palette coloring type
Top
See Also