LightType
Overview
LightType is a class in Aspose.3D FOSS for .NET.
LightType.ToString() returns the string representation of the LightType instance.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Name | string | Read | Gets the name identifying this light type |
POINT | LightType | Read | Represents a point light source emitting uniformly in all directions |
SPOT | LightType | Read | Represents a spot light source with a limited cone angle |
DIRECTIONAL | LightType | Read | Represents a directional light source with parallel rays |
AMBIENT | LightType | Read | Represents ambient lighting that uniformly illuminates the scene |
Methods
| Signature | Description |
|---|---|
ToString() | Returns the string representation of the LightType instance |