Hi prof, i'm starting to study animation and stuff.
I just wanna ask why do i have to change
_CommonObject3D.cpp
Code:
if( pObject->m_nMaxMtrlBlk >= 32 )
to
if( pObject->m_nMaxMtrlBlk >= 999999 )
? Is there any reason? Let me know thanks.
I just wanna ask why do i have to change
_CommonObject3D.cpp
Code:
if( pObject->m_nMaxMtrlBlk >= 32 )
to
if( pObject->m_nMaxMtrlBlk >= 999999 )
? Is there any reason? Let me know thanks.