USDZ
From Just Solve the File Format Problem
(Difference between revisions)
(→Sample files) |
|||
Line 7: | Line 7: | ||
}} | }} | ||
'''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 == |
Latest revision as of 23:08, 9 March 2021
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.