mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-20 02:41:33 +00:00
Read NiLightRadiusController
This commit is contained in:
parent
6c2a79184d
commit
94b286a088
2 changed files with 2 additions and 0 deletions
|
@ -158,6 +158,7 @@ namespace Nif
|
||||||
&construct<BSEffectShaderPropertyFloatController, RC_BSLightingShaderPropertyFloatController> },
|
&construct<BSEffectShaderPropertyFloatController, RC_BSLightingShaderPropertyFloatController> },
|
||||||
{ "bhkBlendController", &construct<bhkBlendController, RC_bhkBlendController> },
|
{ "bhkBlendController", &construct<bhkBlendController, RC_bhkBlendController> },
|
||||||
{ "NiBSBoneLODController", &construct<NiBoneLODController, RC_NiBoneLODController> },
|
{ "NiBSBoneLODController", &construct<NiBoneLODController, RC_NiBoneLODController> },
|
||||||
|
{ "NiLightRadiusController", &construct<NiFloatInterpController, RC_NiLightRadiusController> },
|
||||||
|
|
||||||
// Interpolators, Gamebryo
|
// Interpolators, Gamebryo
|
||||||
{ "NiBlendBoolInterpolator", &construct<NiBlendBoolInterpolator, RC_NiBlendBoolInterpolator> },
|
{ "NiBlendBoolInterpolator", &construct<NiBlendBoolInterpolator, RC_NiBlendBoolInterpolator> },
|
||||||
|
|
|
@ -186,6 +186,7 @@ namespace Nif
|
||||||
RC_NiLight,
|
RC_NiLight,
|
||||||
RC_NiLightColorController,
|
RC_NiLightColorController,
|
||||||
RC_NiLightDimmerController,
|
RC_NiLightDimmerController,
|
||||||
|
RC_NiLightRadiusController,
|
||||||
RC_NiLines,
|
RC_NiLines,
|
||||||
RC_NiLinesData,
|
RC_NiLinesData,
|
||||||
RC_NiLODNode,
|
RC_NiLODNode,
|
||||||
|
|
Loading…
Reference in a new issue