LightType
Overview
LightType is a class in Aspose.3d for Typescript.
Inherits from: LightType.
LightType.POINT represents a point light source emitting light equally in all directions.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
POINT | `` | Read | Represents a point light source emitting light equally in all directions |
DIRECTIONAL | `` | Read | Represents a directional light that simulates distant light with parallel rays |
SPOT | `` | Read | Represents a spot light that emits a cone‑shaped beam of illumination |
AREA | `` | Read | Represents an area light that emits light from a defined surface area |
VOLUME | `` | Read | Represents a volume light that emits light throughout a 3D region |