lsalzman / iqm

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

imq can't read files??? #46

Closed chriscamacho closed 3 years ago

chriscamacho commented 3 years ago

okay i know I'm probably holding this wrong (I hope) and I sorry it that is the case !

[chris@chris-N150CU iqm]$ ./iqm robot.iqm robot.fbx
failed reading: robot.fbx

not sure if its talking about file access or if its loaded the file and doesn't like something inside it???

robot.zip

Calinou commented 3 years ago

The README states:

FBX (7.x/ascii only)

The robot.fbx in the ZIP you uploaded is a binary file, not a text-based (ASCII) file. The IQM compiler doesn't support binary FBX files.

chriscamacho commented 3 years ago

doh - sorry...