Search found 2 matches

by feczo
Wed Aug 15, 2007 7:44 am
Forum: 3D/2D models
Topic: Need Help with a certian .msh type file
Replies: 16
Views: 6550

There are more than 3 dwords after the FFs... are you sure its not like the *.ani files? :? My guess is something like this: char[3] header // AX1 dword padding // always 0s? dword nFrames // Frames count dword nBones // Bones count struct animation { struct translation { float X 3 PosXYZ float X 4 ...
by feczo
Tue Aug 14, 2007 7:13 am
Forum: 3D/2D models
Topic: Need Help with a certian .msh type file
Replies: 16
Views: 6550

Hello fatduck, I made the neat little app the above screenshot made of :mrgreen: and trying to solve the mysteries of these files aswell. My progress is greatly slowed that i'm a novice at 3D coding (trying in Delphi+GLScene) The MX1 format description you made is great, i would never guessed the bo...