LightType
Přehled
LightType je enum v Aspose.3d pro Python.
LightType.POINT představuje bodový světelný zdroj, který ze své polohy vydává světlo rovnoměrně ve všech směrech.
Hodnoty
| 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 |