mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-11 13:25:53 -04:00
Read NiLightRadiusController
This commit is contained in:
parent
6c2a79184d
commit
94b286a088
@ -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…
x
Reference in New Issue
Block a user