X (DirectX)
From Just Solve the File Format Problem
(Difference between revisions)
(Added sample files.) |
(Added software) |
||
| (One intermediate revision by one user not shown) | |||
| 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 == | == 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".