LightInfoEx
Engine/source/lighting/lightInfo.h
This is the base class for extended lighting info that lies outside of the normal info stored in LightInfo.
Public Functions
Basic destructor so we can delete the extended info without knowing the concrete type.
packUpdate(BitStream * stream)
set(const LightInfoEx * ex)
Copy the values from the other LightInfoEx.
unpackUpdate(BitStream * stream)
Detailed Description
This is the base class for extended lighting info that lies outside of the normal info stored in LightInfo.
Public Functions
~LightInfoEx()
Basic destructor so we can delete the extended info without knowing the concrete type.
getType()
Reimplemented by: LightMapParams, ShadowMapParams
packUpdate(BitStream * stream)
Reimplemented by: LightMapParams, ShadowMapParams
set(const LightInfoEx * ex)
Copy the values from the other LightInfoEx.
Reimplemented by: LightMapParams, ShadowMapParams
unpackUpdate(BitStream * stream)
Reimplemented by: LightMapParams, ShadowMapParams