X (DirectX)
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Graphics |extensions={{ext|x}} }} '''X File Format''', or '''.x''', is a text-based file format associated with Microsoft's DirectX...") |
(Added sample files.) |
||
| (One intermediate revision by one user not shown) | |||
| Line 1: | Line 1: | ||
{{FormatInfo | {{FormatInfo | ||
|formattype=electronic | |formattype=electronic | ||
| − | |subcat= | + | |subcat=3D and CAD/CAM Models |
|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".