Click or drag to resize

LightVisualLightType Property

One of Directional, Point or Spot. Directional is equivalent to using a point light source at an infinite distance. Point has a position in space and radiates light in all directions. Spot is similar to a point light, except that the area of illumination is limited to a cone. A Spot light has a direction and several other parameters that determine the shape of the cone it produces

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public LightType LightType { get; set; }

Property Value

Type: LightType
See Also