1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-06 07:45:36 +00:00

Read NiBoolTimelineInterpolator

This commit is contained in:
Alexei Kotov 2023-07-20 04:05:11 +03:00
parent 4265524ad5
commit 5a3dce160c
2 changed files with 2 additions and 0 deletions

View file

@ -150,6 +150,7 @@ namespace Nif
{ "bhkBlendController", &construct<bhkBlendController, RC_bhkBlendController> },
{ "NiFloatInterpolator", &construct<NiFloatInterpolator, RC_NiFloatInterpolator> },
{ "NiBoolInterpolator", &construct<NiBoolInterpolator, RC_NiBoolInterpolator> },
{ "NiBoolTimelineInterpolator", &construct<NiBoolInterpolator, RC_NiBoolTimelineInterpolator> },
{ "NiPoint3Interpolator", &construct<NiPoint3Interpolator, RC_NiPoint3Interpolator> },
{ "NiTransformController", &construct<NiKeyframeController, RC_NiKeyframeController> },
{ "NiMultiTargetTransformController",

View file

@ -121,6 +121,7 @@ namespace Nif
RC_NiFloatInterpolator,
RC_NiPoint3Interpolator,
RC_NiBoolInterpolator,
RC_NiBoolTimelineInterpolator,
RC_NiTransformInterpolator,
RC_NiColorInterpolator,
RC_BSShaderTextureSet,