mirror of
https://github.com/OpenMW/openmw.git
synced 2026-01-05 10:43:15 +00:00
Read NiLightDimmerController
This commit is contained in:
parent
312e32717c
commit
ad20384750
2 changed files with 2 additions and 0 deletions
|
|
@ -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> },
|
||||
|
|
|
|||
|
|
@ -144,6 +144,7 @@ namespace Nif
|
|||
RC_NiKeyframeController,
|
||||
RC_NiKeyframeData,
|
||||
RC_NiLight,
|
||||
RC_NiLightDimmerController,
|
||||
RC_NiLines,
|
||||
RC_NiLinesData,
|
||||
RC_NiLODNode,
|
||||
|
|
|
|||
Loading…
Reference in a new issue