1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-02-05 06:40:09 +00:00

Add RC value to BSLightingShaderPropertyFloatController and change the revelant RC value in niffile

This commit is contained in:
alekulyn 2023-07-10 19:11:28 -05:00
parent 589726d4f8
commit 4b90352c2f
2 changed files with 2 additions and 1 deletions

View File

@ -201,7 +201,7 @@ namespace Nif
{ "BSEffectShaderPropertyFloatController", { "BSEffectShaderPropertyFloatController",
&construct<BSEffectShaderPropertyFloatController, RC_BSEffectShaderPropertyFloatController> }, &construct<BSEffectShaderPropertyFloatController, RC_BSEffectShaderPropertyFloatController> },
{ "BSLightingShaderPropertyFloatController", { "BSLightingShaderPropertyFloatController",
&construct<BSEffectShaderPropertyFloatController, RC_BSEffectShaderPropertyFloatController> }, &construct<BSEffectShaderPropertyFloatController, RC_BSLightingShaderPropertyFloatController> },
{ "BSEffectShaderPropertyColorController", { "BSEffectShaderPropertyColorController",
&construct<BSEffectShaderPropertyColorController, RC_BSEffectShaderPropertyColorController> }, &construct<BSEffectShaderPropertyColorController, RC_BSEffectShaderPropertyColorController> },
}; };

View File

@ -167,6 +167,7 @@ namespace Nif
RC_BSTriShape, RC_BSTriShape,
RC_BSEffectShaderPropertyFloatController, RC_BSEffectShaderPropertyFloatController,
RC_BSEffectShaderPropertyColorController, RC_BSEffectShaderPropertyColorController,
RC_BSLightingShaderPropertyFloatController,
}; };
/// Base class for all records /// Base class for all records