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

Read NiLightDimmerController

This commit is contained in:
Alexei Kotov 2023-09-20 06:12:56 +03:00
parent 312e32717c
commit ad20384750
2 changed files with 2 additions and 0 deletions

View File

@ -116,6 +116,7 @@ namespace Nif
// Gamebryo
{ "NiControllerManager", &construct<NiControllerManager, RC_NiControllerManager> },
{ "NiLightDimmerController", &construct<NiFloatInterpController, RC_NiLightDimmerController> },
{ "NiTransformController", &construct<NiKeyframeController, RC_NiKeyframeController> },
{ "NiTextureTransformController",
&construct<NiTextureTransformController, RC_NiTextureTransformController> },

View File

@ -144,6 +144,7 @@ namespace Nif
RC_NiKeyframeController,
RC_NiKeyframeData,
RC_NiLight,
RC_NiLightDimmerController,
RC_NiLines,
RC_NiLinesData,
RC_NiLODNode,