Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/lyt/
Dlyt_Animation.h718 static const int MATERIAL_NUM_MAX = 1 + 4 + 4; variable
730 u16 m_AnimMatIdxs[MATERIAL_NUM_MAX];
/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_Animation.cpp914 for (u8 i = 0; i < MATERIAL_NUM_MAX; ++i) in Init()
939 NW_ASSERT(animMatCnt <= MATERIAL_NUM_MAX); in Set()
940 u16 animMatIdxs[MATERIAL_NUM_MAX]; in Set()