hi everyone..
i load some md3 models in my game but i can't make it move.. so i searched in the forum and i found some people have the same difficulties.. so i searched again for any md3 loader.. i found some old posts where some people created md3 loader for previous version of irrlicht.. but all the download links are dead..
can anyone help me with any working link to md3 loader that can translate the model??
or how to fix the irrlicht md3 loader so it can translate the model?
thank u so much for reading and helping me..
cheers
sorry to bother you again.. i want to know how to migrate from one version of irrlicht to other version?? i changed the library and other things but it kept saying like this:
Warning: The library version of the Irrlicht Engine (1.4.1) does not match the version the application was compiled with (1.4). This may caused problems.
hmm.. am i doing anything wrong? i've compiled my code with the new library.. hmm..
Last edited by qqta on Thu Jun 05, 2008 10:50 am, edited 1 time in total.
As always, you have to change your include path and recompile your application. Otherwise header changes make the application jump by wrong offsets and your app crashes. That's why Irrlicht warns about this thing.