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.

Description

LightType is a class in the Aspose.3D FOSS library for TypeScript that exposes 0 methods and 5 properties for programmatic use.

The class also provides the POINT property (gets the point), the DIRECTIONAL property (gets the directional), the SPOT property (gets the spot).

Properties

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

See Also