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
| Name | Type | Access | Description |
|---|---|---|---|
POINT | `` | Read | Represents a point light source emitting uniformly 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 with a defined angle |
AREA | `` | Read | Represents an area light that emits from a surface, providing soft shadows |
VOLUME | `` | Read | Represents a volume light that emits light throughout a 3D region |