Load md2 model Error: Too many sub-sequences defined

Started by Davi, October 28, 2011, 07:08:26 PM

Previous topic - Next topic

Davi

when Load md2 model ,the log show:

Loading Texture...
     ... ...
Processing:deathc...
[1319821045737] - ERROR: Too many sub-sequences defined. Modify configuration to allow a higher number.

I want to know how to modify configuration to allow a higher number??? ???please help

EgonOlsen


Davi

thank you,I have saw that ,then how to set configuration: Config.maxAnimationSubSequences
in my program?

EgonOlsen

Well...just do something like


Config.maxAnimationSubSequences=40;


at the beginning of your code.

Davi