MD3
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (Created page with "{{FormatInfo |formattype=electronic |subcat=3D and CAD/CAM Models |extensions={{ext|md3}} |released=1997 }} '''MD3''' (Quake 3 model format) is a 3-D modeling format introduce...") |
(Added software and samples) |
||
(One intermediate revision by one user not shown) | |||
Line 5: | Line 5: | ||
|released=1997 | |released=1997 | ||
}} | }} | ||
− | '''MD3''' (Quake 3 model format) is a 3-D modeling format introduced by id Software for the Quake 3: Arena game, and used in some other games as well. It is a binary format using [[Endianness|little endian]] numeric format. An earlier [[MD2]] format was used in Quake 2, and a later [[MD4]] format was introduced for later Quake 3 versions. | + | '''MD3''' (Quake 3 model format) is a 3-D modeling format introduced by id Software for the Quake 3: Arena game, and used in some other games as well. It is a binary format using [[Endianness|little endian]] numeric format. An earlier [[MD2]] format was used in Quake 2, and a later [[MD4 (Quake)|MD4]] format was introduced for later Quake 3 versions. |
== Format description == | == Format description == | ||
* [https://www.icculus.org/homepages/phaethon/q3a/formats/md3format.html Description of MD3 format] | * [https://www.icculus.org/homepages/phaethon/q3a/formats/md3format.html Description of MD3 format] | ||
* [https://linux.ucla.edu/~phaethon/q3/formats/md3format.html Another location of this description] | * [https://linux.ucla.edu/~phaethon/q3/formats/md3format.html Another location of this description] | ||
+ | |||
+ | == Software == | ||
+ | * [https://github.com/assimp/assimp assimp] | ||
+ | |||
+ | == Sample files == | ||
+ | * {{DexvertSamples|poly/quake3Model}} | ||
== Links == | == Links == |
Latest revision as of 22:06, 7 March 2024
MD3 (Quake 3 model format) is a 3-D modeling format introduced by id Software for the Quake 3: Arena game, and used in some other games as well. It is a binary format using little endian numeric format. An earlier MD2 format was used in Quake 2, and a later MD4 format was introduced for later Quake 3 versions.
Contents |