NIF Objects | Compound Types | Enum Types | Basic Types | File Versions

VertMode

Describes how to apply vertex colors for NiVertexColorProperty.

Choices

Number Name Description
0 VERT_MODE_SRC_IGNORE Emissive, ambient, and diffuse colors are all specified by the NiMaterialProperty.
1 VERT_MODE_SRC_EMISSIVE Emissive colors are specified by the source vertex colors. Ambient+Diffuse are specified by the NiMaterialProperty.
2 VERT_MODE_SRC_AMB_DIF Ambient+Diffuse colors are specified by the source vertex colors. Emissive is specified by the NiMaterialProperty. (Default)

Storage Type

uint

Found In