X (DirectX)
From Just Solve the File Format Problem
(Difference between revisions)
m |
(Added sample files.) |
||
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}}". | ||
+ | |||
+ | == Sample files == | ||
+ | * https://telparia.com/fileFormatSamples/poly/direct3DObject/ | ||
== Links == | == Links == |
Revision as of 19:00, 7 April 2022
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.
Identification
Files most likely begin with "xof 0
".