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
That's this setting: http://www.jpct.net/jpct-ae/doc/com/threed/jpct/Config.html#maxAnimationSubSequences (http://www.jpct.net/jpct-ae/doc/com/threed/jpct/Config.html#maxAnimationSubSequences)
I've never seen a MD2 exceeding this value though...
thank you,I have saw that ,then how to set configuration: Config.maxAnimationSubSequences
in my program?
Well...just do something like
Config.maxAnimationSubSequences=40;
at the beginning of your code.
Thank you very much,it works fine ;D