USDZ
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (Created page with "{{FormatInfo |formattype=electronic |subcat=3D and CAD/CAM Models |extensions={{ext|usdz}} |mimetypes={{mimetype|model/vnd.usd+zip}} |wikidata={{wikidata|Q54809843}} }} '''USD...") |
(→Sample files) |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 3: | Line 3: | ||
|subcat=3D and CAD/CAM Models | |subcat=3D and CAD/CAM Models | ||
|extensions={{ext|usdz}} | |extensions={{ext|usdz}} | ||
− | |mimetypes={{mimetype|model/vnd. | + | |mimetypes={{mimetype|model/vnd.usdz+zip}} |
|wikidata={{wikidata|Q54809843}} | |wikidata={{wikidata|Q54809843}} | ||
}} | }} | ||
'''USDZ''' is a 3D content delivery format developed by Pixar. It consists of a [[ZIP]] format file (not using the compression and encryption features of ZIP) containing [[Universal Scene Description]] (USD, USDA, USDC) files, [[PNG]] or [[JPEG]] images and [[M4A]], [[MP3]], or [[WAV]] sound files. | '''USDZ''' is a 3D content delivery format developed by Pixar. It consists of a [[ZIP]] format file (not using the compression and encryption features of ZIP) containing [[Universal Scene Description]] (USD, USDA, USDC) files, [[PNG]] or [[JPEG]] images and [[M4A]], [[MP3]], or [[WAV]] sound files. | ||
+ | |||
+ | Apple's implementations of '''USDZ''' only uses the [[Universal_Scene_Description|USDC]] format within the package. [[Universal_Scene_Description|USDC]] file can be at the root of the package or with a folder structure. | ||
== Specs == | == Specs == | ||
* [https://graphics.pixar.com/usd/docs/Usdz-File-Format-Specification.html Usdz format spec] | * [https://graphics.pixar.com/usd/docs/Usdz-File-Format-Specification.html Usdz format spec] | ||
+ | |||
+ | == Software == | ||
+ | * [https://developer.apple.com/go/?id=python-usd-library Apple USD Python libraries] | ||
+ | * [https://github.com/SamusAranX/USDConverter USDZ to OBJ Converter] | ||
== Sample files == | == Sample files == | ||
− | * [https:// | + | * [https://developer.apple.com/augmented-reality/quick-look/ USDZ sample files] |
+ | * [https://usdzshare.com/ Website for sharing USDZ models] | ||
+ | |||
+ | [[Category:ZIP based file formats]] |
Latest revision as of 16:46, 13 March 2025
USDZ is a 3D content delivery format developed by Pixar. It consists of a ZIP format file (not using the compression and encryption features of ZIP) containing Universal Scene Description (USD, USDA, USDC) files, PNG or JPEG images and M4A, MP3, or WAV sound files.
Apple's implementations of USDZ only uses the USDC format within the package. USDC file can be at the root of the package or with a folder structure.