Read BSNiAlphaPropertyTestRefController

macos_ci_fix
Alexei Kotov 1 year ago
parent 9a2d385d87
commit 70877c94bc

@ -127,6 +127,8 @@ namespace Nif
{ "BSKeyframeController", &construct<BSKeyframeController, RC_BSKeyframeController> },
{ "BSMaterialEmittanceMultController",
&construct<NiFloatInterpController, RC_BSMaterialEmittanceMultController> },
{ "BSNiAlphaPropertyTestRefController",
&construct<NiFloatInterpController, RC_BSNiAlphaPropertyTestRefController> },
{ "BSRefractionFirePeriodController",
&construct<NiSingleInterpController, RC_BSRefractionFirePeriodController> },
{ "BSRefractionStrengthController",

@ -84,6 +84,7 @@ namespace Nif
RC_BSMultiBoundAABB,
RC_BSMultiBoundOBB,
RC_BSMultiBoundSphere,
RC_BSNiAlphaPropertyTestRefController,
RC_BSPackedAdditionalGeometryData,
RC_BSRefractionFirePeriodController,
RC_BSRefractionStrengthController,

Loading…
Cancel
Save