mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-16 14:59:54 +00:00
Read BSRotAccumTransfInterpolator
This commit is contained in:
parent
c647374c0d
commit
c5a11f0c9f
2 changed files with 4 additions and 0 deletions
|
@ -186,6 +186,9 @@ namespace Nif
|
|||
{ "NiPoint3Interpolator", &construct<NiPoint3Interpolator, RC_NiPoint3Interpolator> },
|
||||
{ "NiTransformInterpolator", &construct<NiTransformInterpolator, RC_NiTransformInterpolator> },
|
||||
|
||||
// Interpolators, Bethesda
|
||||
{ "BSRotAccumTransfInterpolator", &construct<NiTransformInterpolator, RC_BSRotAccumTransfInterpolator> },
|
||||
|
||||
// DATA
|
||||
|
||||
// 4.0.0.2
|
||||
|
|
|
@ -127,6 +127,7 @@ namespace Nif
|
|||
RC_BSStripPSysData,
|
||||
RC_BSRefractionFirePeriodController,
|
||||
RC_BSRefractionStrengthController,
|
||||
RC_BSRotAccumTransfInterpolator,
|
||||
RC_BSSegmentedTriShape,
|
||||
RC_BSShaderNoLightingProperty,
|
||||
RC_BSShaderPPLightingProperty,
|
||||
|
|
Loading…
Reference in a new issue