[Collection] Models/Animations

08/01/2018 13:11 elitemember21#46
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.
08/01/2018 20:25 Professor Linebeck#47
Quote:
Originally Posted by elitemember21 View Post
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.
Well your client will crash on most of the models if you don't change it. Just take a look at the full query and you will find out yourself why this happens.
01/17/2019 16:27 61574920#48
hi prof, I have an animated monster model and want to add it to the game, but I have some problems.

1. I converted the MAX file to an ASE file and opened it with RakuraO3D. The animation is not displayed, but the progress of the animation has moved.

2. I converted the model to a DAE file and opened it with ModelEditor. The orientation of the model is wrong, whether I use Z up or Y up,

3. I also have some FBX models, convert them to OBJ and then open them, the model will be distorted and confused.


I will continue to learn some knowledge of 3D and hope to solve the above problems, but I also hope to get your help ;)