![Sad :(](./images/smilies/icon_sad.gif)
i'm working on my college final project, it's a tower defense game (if you play warcraft, it's something similar like TD in warcraft).. i decided to use irrlicht and i want to import the model from warcraft because my final project is focusing on implementing the a* pathfinding algorithm, not the modelling
warcraft model is in .mdx format and i can succesfully convert it into .md3 but the problem is irrlicht doesn't fully support .md3 format, i can't move or do createflystraightanimator with it..
i tried to convert the .md3 to other formats (.x,.obj,etc) but i can't convert the animation, the new format model just stays put.. except for the .md2 format, the animation works but the texture completely goes wrong (i used .bmp).. i don't know what to do..
so can someone please help me?
- does anyone know about converter from .mdx or .md3 format to other format that irrlicht supports including animation and right texture?
- or i should just wait until irrlicht fully supports .md3 but for how long?
i really really need help and i hope you can help me.. i really appreciate it
ps: please ignore my bad english
![Wink :wink:](./images/smilies/icon_wink.gif)