enum mrpt::viz::TLightType
Overview
Light source type. More…
#include <TLightParameters.h> enum TLightType { Directional = 0, Point = 1, Spot = 2, };
Detailed Documentation
Light source type.
Enum Values
Directional
Infinitely far away, parallel rays (e.g. the sun)
Point
Emits in all directions from a position.
Spot
Emits in a cone from a position along a direction.