LightType

Overview

LightType is a class in Aspose.3D FOSS for .NET.

LightType.ToString() returns the string representation of the LightType instance.

Properties

NameTypeAccessDescription
NamestringReadGets the name identifying this light type
POINTLightTypeReadRepresents a point light source emitting uniformly in all directions
SPOTLightTypeReadRepresents a spot light source with a limited cone angle
DIRECTIONALLightTypeReadRepresents a directional light source with parallel rays
AMBIENTLightTypeReadRepresents ambient lighting that uniformly illuminates the scene

Methods

SignatureDescription
ToString()Returns the string representation of the LightType instance

See Also