1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-26 09:35:28 +00:00

Read BSNiAlphaPropertyTestRefController

This commit is contained in:
Alexei Kotov 2023-09-20 05:26:41 +03:00
parent 9a2d385d87
commit 70877c94bc
2 changed files with 3 additions and 0 deletions

View File

@ -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",

View File

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