LightType
Overview
LightType is a enum in Aspose.3d for Python.
LightType.POINT represents a point light source emitting light equally in all directions from a position.
Values
| Value | Description |
|---|---|
POINT | Represents a point light source emitting light equally in all directions from a position |
DIRECTIONAL | Represents a directional light that simulates light from an infinitely distant source with parallel rays |
SPOT | Represents a spot light that emits a cone-shaped beam with defined inner and outer angles |
AREA | Represents an area light that emits light from a surface area, producing soft shadows |
VOLUME | Represents a volume light that emits light throughout a defined 3D region |