Read NiLightRadiusController

macos_ci_fix
Alexei Kotov 1 year ago
parent 6c2a79184d
commit 94b286a088

@ -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…
Cancel
Save