usdz
What is a .usdz file?
model/vnd.usdz+zip
USDZ (.usdz) is Apple's zipped Universal Scene Description package, an uncompressed ZIP bundling a USD scene with its textures, used for AR Quick Look on iOS. USD itself is Pixar's scene-composition standard for film and 3D.
How to use a .usdz file
Use an example .usdz file to test USD/USDZ loaders, iOS AR Quick Look, and USDZ-to-glTF conversion.
Download example .usdz files
- USDZ — Universal Scene DescriptionA 10 mm cube as USDZ — Pixar's Universal Scene Description packaged as a stored zip, the format Apple uses for AR Quick Look. For testing USD/USDZ readers and conversion.
- USDZ — Signpost, upAxis "Y"The signpost as USDZ with `upAxis = "Y"` and `metersPerUnit = 1` in the stage metadata. USD is the only format in this group that declares BOTH the axis and the scale, which is exactly why it is the one AR pipelines standardised on.
- USDZ — Signpost, upAxis "Z"The signpost as USDZ with `upAxis = "Z"` and `metersPerUnit = 1` in the stage metadata. USD is the only format in this group that declares BOTH the axis and the scale, which is exactly why it is the one AR pipelines standardised on.