Home
last modified time | relevance | path

Searched refs:MATERIAL_NUM_MAX (Results 1 – 2 of 2) sorted by relevance

/NW4C-1.2.23/include/nw/lyt/
Dlyt_Animation.h680 static const int MATERIAL_NUM_MAX = 1 + 4 + 4; variable
687 u16 m_AnimMatIdxs[MATERIAL_NUM_MAX];
/NW4C-1.2.23/sources/libraries/lyt/
Dlyt_Animation.cpp936 for (u8 i = 0; i < MATERIAL_NUM_MAX; ++i) in Init()
961 NW_ASSERT(animMatCnt <= MATERIAL_NUM_MAX); in Set()
962 u16 animMatIdxs[MATERIAL_NUM_MAX]; in Set()