nw::lyt::res::Material Structurestruct Material
{
char name[MaterialNameStrMax];
Color colors[MatColorMax];
MaterialResourceNum resNum;
};
Material information.
The following structures containting detailed information follows this structure.
・ TexMap resTexMaps[texNum]
・ TexSRT texSRTs[texSRTNum]
・ TexCoordGen texCoordGen[texCoordGenNum]
・ TevStage tevStages[tevStageNum]
・ AlphaCompare alphaCompare
・ BlendMode blendMode
How many instances of detailed information are stored is determined by the value of resNum.
| name | char |
The name. | |
|---|---|---|---|
| colors | Color | Color information. | |
| resNum | MaterialResourceNum | The number of detailed settings. |
CONFIDENTIAL