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

NameTypeAccessDescription
POINT``ReadRepresents a point light source emitting uniformly in all directions
DIRECTIONAL``ReadRepresents a directional light that simulates distant light with parallel rays
SPOT``ReadRepresents a spot light that emits a cone-shaped beam with a defined angle
AREA``ReadRepresents an area light that emits from a surface, providing soft shadows
VOLUME``ReadRepresents a volume light that emits light throughout a 3D region

See Also