mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-28 10:39:42 +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> },
|
||||
{ "bhkBlendController", &construct<bhkBlendController, RC_bhkBlendController> },
|
||||
{ "NiBSBoneLODController", &construct<NiBoneLODController, RC_NiBoneLODController> },
|
||||
{ "NiLightRadiusController", &construct<NiFloatInterpController, RC_NiLightRadiusController> },
|
||||
|
||||
// Interpolators, Gamebryo
|
||||
{ "NiBlendBoolInterpolator", &construct<NiBlendBoolInterpolator, RC_NiBlendBoolInterpolator> },
|
||||
|
|
|
@ -186,6 +186,7 @@ namespace Nif
|
|||
RC_NiLight,
|
||||
RC_NiLightColorController,
|
||||
RC_NiLightDimmerController,
|
||||
RC_NiLightRadiusController,
|
||||
RC_NiLines,
|
||||
RC_NiLinesData,
|
||||
RC_NiLODNode,
|
||||
|
|
Loading…
Reference in a new issue