Difference between revisions of "NiMaterialPropertySetSpecularColor"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>DragoonWraith
(New page: This is a command from NifSE. '''Syntax''' (bool:success) NiMaterialPropertySetSpecularColor array_var:color3 short:nifID ''short:blockID'' (bool:success) NiAlphaPro...)
 
Tag: Manual revert
 
(One intermediate revision by the same user not shown)
(No difference)

Latest revision as of 15:30, 21 December 2023

This is a command from NifSE.

Syntax

(bool:success) NiMaterialPropertySetSpecularColor array_var:color3 short:nifID short:blockID
(bool:success) NiAlphaPropSetSpecColor array_var:color3 short:nifID short:blockID

Sets the specular color data of the NiMaterialProperty specified by blockID.

The array_var:color3 is a StringMap with the following elements:

map["r"]:float - red intensity
map["g"]:float - green intensity
map["b"]:float - blue intensity

The default value of blockID, 0, indicates the NIF's root, a NiNode. NiNode blocks are not derived from NiMaterialProperty, so this function will always require an explicit blockID.

See Also[edit | edit source]