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: AREA, DIRECTIONAL, POINT, SPOT, VOLUME.

Properties

NameTypeAccessDescription
POINT``ReadGets the point.
DIRECTIONAL``ReadGets the directional.
SPOT``ReadGets the spot.
AREA``ReadGets the area.
VOLUME``ReadGets the volume.

See Also