mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-26 18:35:20 +00:00
Read BSLightingShaderPropertyUShortController
This commit is contained in:
parent
981e482171
commit
23eb6289b3
@ -156,6 +156,8 @@ namespace Nif
|
||||
&construct<BSEffectShaderPropertyColorController, RC_BSLightingShaderPropertyColorController> },
|
||||
{ "BSLightingShaderPropertyFloatController",
|
||||
&construct<BSEffectShaderPropertyFloatController, RC_BSLightingShaderPropertyFloatController> },
|
||||
{ "BSLightingShaderPropertyUShortController",
|
||||
&construct<BSEffectShaderPropertyFloatController, RC_BSLightingShaderPropertyUShortController> },
|
||||
{ "bhkBlendController", &construct<bhkBlendController, RC_bhkBlendController> },
|
||||
{ "NiBSBoneLODController", &construct<NiBoneLODController, RC_NiBoneLODController> },
|
||||
{ "NiLightRadiusController", &construct<NiFloatInterpController, RC_NiLightRadiusController> },
|
||||
|
@ -98,6 +98,7 @@ namespace Nif
|
||||
RC_BSLightingShaderProperty,
|
||||
RC_BSLightingShaderPropertyColorController,
|
||||
RC_BSLightingShaderPropertyFloatController,
|
||||
RC_BSLightingShaderPropertyUShortController,
|
||||
RC_BSLODTriShape,
|
||||
RC_BSMaterialEmittanceMultController,
|
||||
RC_BSMeshLODTriShape,
|
||||
|
Loading…
x
Reference in New Issue
Block a user