mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-16 03:29:55 +00:00
Merge branch 'fiendfyre' into 'master'
Read a couple of Bethesda-specific controller records See merge request OpenMW/openmw!3328
This commit is contained in:
commit
a8ed567177
2 changed files with 9 additions and 0 deletions
|
@ -149,6 +149,12 @@ namespace Nif
|
|||
{ "BSBlastNode", &construct<BSRangeNode, RC_NiNode> },
|
||||
{ "BSDamageStage", &construct<BSRangeNode, RC_NiNode> },
|
||||
{ "bhkBlendController", &construct<bhkBlendController, RC_bhkBlendController> },
|
||||
{ "BSMaterialEmittanceMultController",
|
||||
&construct<NiFloatInterpController, RC_BSMaterialEmittanceMultController> },
|
||||
{ "BSRefractionFirePeriodController",
|
||||
&construct<NiSingleInterpController, RC_BSRefractionFirePeriodController> },
|
||||
{ "BSRefractionStrengthController",
|
||||
&construct<NiFloatInterpController, RC_BSRefractionStrengthController> },
|
||||
{ "NiFloatInterpolator", &construct<NiFloatInterpolator, RC_NiFloatInterpolator> },
|
||||
{ "NiBoolInterpolator", &construct<NiBoolInterpolator, RC_NiBoolInterpolator> },
|
||||
{ "NiBoolTimelineInterpolator", &construct<NiBoolInterpolator, RC_NiBoolTimelineInterpolator> },
|
||||
|
|
|
@ -118,6 +118,9 @@ namespace Nif
|
|||
RC_BSXFlags,
|
||||
RC_BSBound,
|
||||
RC_bhkBlendController,
|
||||
RC_BSMaterialEmittanceMultController,
|
||||
RC_BSRefractionFirePeriodController,
|
||||
RC_BSRefractionStrengthController,
|
||||
RC_NiFloatInterpolator,
|
||||
RC_NiPoint3Interpolator,
|
||||
RC_NiBoolInterpolator,
|
||||
|
|
Loading…
Reference in a new issue