LightType |
public enum TypeEnum
| Member name | Value | Description |
|---|---|---|
| Ambient | 0 | |
| Directional | 1 | Directional lights simulate parallel light beams from a distant source, hence have direction but no position. |
| Point | 2 | Point light sources give off light equally in all directions, so require only position not direction. |
| Spotlight | 3 | Spotlights simulate a cone of light from a source so require position and direction, plus extra values for falloff. |
Copyright 2026 NeoAxis Group. All rights reserved.