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.
Description
LightType is a class in the Aspose.3D FOSS library for TypeScript that exposes 0 methods and 5 properties for programmatic use.
The class also provides the POINT property (gets the point), the DIRECTIONAL property (gets the directional), the SPOT property (gets the spot).
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. |