X (DirectX)
From Just Solve the File Format Problem
(Difference between revisions)
m |
(Added software) |
||
(2 intermediate revisions by one user not shown) | |||
Line 4: | Line 4: | ||
|extensions={{ext|x}} | |extensions={{ext|x}} | ||
}} | }} | ||
− | '''X File Format''', or '''.x''', is a text-based file format associated with Microsoft's DirectX API. It stores data related to 3D graphics. | + | '''X File Format''', or '''.x''', is a text-based file format associated with Microsoft's DirectX API. It stores data related to 3D graphics. There is also a binary version. |
See also [[dotXSI]]. | See also [[dotXSI]]. | ||
Line 10: | Line 10: | ||
== Identification == | == Identification == | ||
Files most likely begin with "{{magic|xof 0}}". | Files most likely begin with "{{magic|xof 0}}". | ||
+ | |||
+ | == Software == | ||
+ | * [https://github.com/assimp/assimp assimp] | ||
+ | |||
+ | == Sample files == | ||
+ | * {{DexvertSamples|poly/direct3DObject}} | ||
== Links == | == Links == |
Latest revision as of 21:58, 7 March 2024
X File Format, or .x, is a text-based file format associated with Microsoft's DirectX API. It stores data related to 3D graphics. There is also a binary version.
See also dotXSI.
Contents |
[edit] Identification
Files most likely begin with "xof 0
".