3DS
From Just Solve the File Format Problem
(Difference between revisions)
(PRONOM) |
(→Sample Files) |
||
| (3 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
{{FormatInfo | {{FormatInfo | ||
|subcat=3D and CAD/CAM Models | |subcat=3D and CAD/CAM Models | ||
| + | |released=Presumably 1990 | ||
|extensions={{ext|3ds}}, {{ext|max}} | |extensions={{ext|3ds}}, {{ext|max}} | ||
|mimetypes={{mimetype|application/x-3ds}}, {{mimetype|image/x-3ds}} | |mimetypes={{mimetype|application/x-3ds}}, {{mimetype|image/x-3ds}} | ||
|pronom={{PRONOM|fmt/978}} | |pronom={{PRONOM|fmt/978}} | ||
| + | |wikidata={{wikidata|Q4545331}} | ||
}} | }} | ||
'''3DS''' is the original (legacy) file format for Kinetix' 3D Studio and 3D Studio MAX product line (now part of AutoDesk). It contains the 3D model data for the complete scene. | '''3DS''' is the original (legacy) file format for Kinetix' 3D Studio and 3D Studio MAX product line (now part of AutoDesk). It contains the 3D model data for the complete scene. | ||
| Line 11: | Line 13: | ||
== Identification == | == Identification == | ||
3DS files begin with bytes <code>0x4D 0x4D</code>. (Note that many [[TIFF]] files begin the same way, though 3DS is not related to TIFF.) | 3DS files begin with bytes <code>0x4D 0x4D</code>. (Note that many [[TIFF]] files begin the same way, though 3DS is not related to TIFF.) | ||
| + | |||
| + | == Sample Files == | ||
| + | * [https://archive.org/details/3ds-max-r-4-bible 3DS Max Bible with 3DS and MAX samples] | ||
| + | * https://telparia.com/fileFormatSamples/poly/studioMesh3D/ | ||
==Resources== | ==Resources== | ||
Revision as of 19:10, 3 May 2022
3DS is the original (legacy) file format for Kinetix' 3D Studio and 3D Studio MAX product line (now part of AutoDesk). It contains the 3D model data for the complete scene.
See also the successor format, MAX.
Identification
3DS files begin with bytes 0x4D 0x4D. (Note that many TIFF files begin the same way, though 3DS is not related to TIFF.)