struct Enlighten::MetaBlockBuilder::SpotlightMeta
└>Enlighten::MetaBlockBuilder::BaseLightMeta
Input data describing a spotlight.
Variables
Name | Description |
---|---|
bool m_CastsShadows | Does this light cast shadows? |
float m_CutoffRadius | The cutoff radius of this spot light. |
Geo::v128 m_Direction | The direction of this spot light. |
bool m_Enabled | Is this light enabled? |
Geo::GeoGuid m_Guid | The GUID of this light. |
float m_InnerConeAngle | The inner cone angle of this spot light. |
float m_Intensity | The intensity of this light. |
float m_IntensityRadius | The intensity radius of this spot light. |
Geo::v128 m_NormalisedColour | The normalised colour of this light. |
float m_OuterConeAngle | The outer cone angle of this spot light. |
Geo::v128 m_Position | The position of this spot light. |
float m_RadiosityMultiplier | The radiosity multiplier of this light. |