|
|
|
@ -23,7 +23,7 @@ namespace SceneUtil
|
|
|
|
|
/// @param lightMask Mask to assign to the newly created LightSource.
|
|
|
|
|
/// @param isExterior Is the light outside? May be used for deciding which attenuation settings to use.
|
|
|
|
|
/// @par Attenuation parameters come from the game INI file.
|
|
|
|
|
void addLight (osg::Group* node, const ESM::Light* esmLight, int partsysMask, int lightMask, bool isExterior, bool outQuadInLin, bool useQuadratic,
|
|
|
|
|
void addLight (osg::Group* node, const ESM::Light* esmLight, unsigned int partsysMask, unsigned int lightMask, bool isExterior, bool outQuadInLin, bool useQuadratic,
|
|
|
|
|
float quadraticValue, float quadraticRadiusMult, bool useLinear, float linearRadiusMult,
|
|
|
|
|
float linearValue);
|
|
|
|
|
|
|
|
|
|