1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-27 03:35:27 +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 // Gamebryo
{ "NiControllerManager", &construct<NiControllerManager, RC_NiControllerManager> }, { "NiControllerManager", &construct<NiControllerManager, RC_NiControllerManager> },
{ "NiLightDimmerController", &construct<NiFloatInterpController, RC_NiLightDimmerController> },
{ "NiTransformController", &construct<NiKeyframeController, RC_NiKeyframeController> }, { "NiTransformController", &construct<NiKeyframeController, RC_NiKeyframeController> },
{ "NiTextureTransformController", { "NiTextureTransformController",
&construct<NiTextureTransformController, RC_NiTextureTransformController> }, &construct<NiTextureTransformController, RC_NiTextureTransformController> },

View File

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