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 | Gets the point. |
DIRECTIONAL | `` | Read | Gets the directional. |
SPOT | `` | Read | Gets the spot. |
AREA | `` | Read | Gets the area. |
VOLUME | `` | Read | Gets the volume. |