floatm_cosInnerConeAngle=0.0f;// cosine of inner cone angle
floatm_cosOuterConeAngle=0.0f;// cosine of outer cone angle
floatm_bulbPositionOffset=0.0f;// Distance from the light disk surface to the tip of the cone of the light. m_bulbRadius * tanf(pi/2 - m_outerConeAngle).
uint16_tm_shadowIndex=-1;// index for ProjectedShadowData. A value of 0xFFFF indicates an illegal index.
uint16_tm_shadowIndex=std::numeric_limits<uint16_t>::max();// index for ProjectedShadowData. A value of 0xFFFF indicates an illegal index.