enum
Eagle::LightData::Kind
Overview
Directional, point or spot.
Defined in:
eagle/graphics3d/renderer3d.crEnum Members
-
Directional =
0 -
Parallel rays from a direction, like the sun.
-
Point =
1 -
Light in all directions from a point.
-
Spot =
2 -
A cone of light from a point.
Instance Method Summary
-
#directional?
Returns
trueif this enum value equalsDirectional -
#point?
Returns
trueif this enum value equalsPoint -
#spot?
Returns
trueif this enum value equalsSpot