lsalzman / iqm

Inter-Quake Model format development kit
MIT License
240 stars 73 forks source link

IQMs with botched animations. #4

Closed hgs3 closed 10 years ago

hgs3 commented 10 years ago

I've been trying to convert some IQE files and an md5mesh/anima to IQM. The resulting IQM files generated have botched animations.

I've previewed the md5mesh/anima using Noesis and Assimp Viewer. In both cases it renders correctly, so I don't think its an issue with the model itself.

I've also previewed the IQE files using the iqeview tool found in this project. Not only do they render correctly, but upon inspecting the contents of the files, they appear to follow the correct format as described here.

Not all models I've tried generate junk IQMs. The Doom 3 Imp md5mesh/md5anima works correctly. The mini_knight.iqe (see link below) works correctly too. Its just some models.

Here is a link with some models to try: https://dl.dropboxusercontent.com/u/29299971/iqemodels.zip

lsalzman commented 10 years ago

I had messed up the IQM compiler in the 08-20 devkit. The 09-01 devkit I uploaded at http://sauerbraten.org/iqm/ should fix it.

hgs3 commented 10 years ago

@lsalzman Wow! Thank you so much for the quick reply and fix. I really appreciate it. The models seem to work fine now.