LightType
Oversigt over de forskellige former for støtte
LightType er et enum i Aspose.3d for Python.
LightType.POINT repræsenterer en punktlyskilde, der udsender lys ligeligt i alle retninger fra en position.
Valuer
| 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 |