LightType
Overview
LightType is a class in Aspose.3D FOSS for TypeScript.
LightType.POINT represents a point light source emitting uniformly in all directions.
Properties: AREA, DIRECTIONAL, POINT, SPOT, VOLUME.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
POINT | `` | Read/Write | Gets or sets the point. |
DIRECTIONAL | `` | Read/Write | Gets or sets the directional. |
SPOT | `` | Read/Write | Gets or sets the spot. |
AREA | `` | Read/Write | Gets or sets the area. |
VOLUME | `` | Read/Write | Gets or sets the volume. |