Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/anim/res/
Danim_ResAnimCurve.h217 ut::ResU16 m_NumFrameValues; member
410 ut::ResU16 m_NumFrameValues; member
/NW4C-1.3.3/sources/libraries/anim/res/
Danim_ResAnimCurve.cpp418 …onst typename Traits::KeyType* pLastKey = Traits::GetKey(pSegment, pSegment->m_NumFrameValues - 1); in GetKeyFV_()
425 …t keyIdx = static_cast<uint>( frame * pSegment->m_InvDuration * (pSegment->m_NumFrameValues - 1) ); in GetKeyFV_()
426 NW_ASSERT( keyIdx <= pSegment->m_NumFrameValues - 1U ); in GetKeyFV_()
443 NW_ASSERT( pKey < Traits::GetKey(pSegment, pSegment->m_NumFrameValues - 1) ); in GetKeyFV_()