What is USDZ?
CGI Visualization to Perfection
Danthree Studio turns complex 3D tech into high-converting marketing assets. Get high-end quality for your brand.
Start ProjectWhat is USDZ?
What is USDZ?
USDZ is an archive format based on USD (Universal Scene Description), developed as part of the open-source project OpenUSD. It bundles scenes (USD), textures, and animations into a portable file that iOS/iPadOS and visionOS natively support—such as in Apple’s AR Quick Look.
In short: USD describes the scene – USDZ is the portable package.
Tip: If you want to develop AR as a channel, link this glossary article to your services page Augmented Reality and the AR glossary.

Why is USDZ important for brands?
- Zero-Friction: Tapping the USDZ file directly launches the AR preview in Quick Look—perfect for product pages and QR codes in the showroom.
- Realistic product testing: scale, material effect and proportions are visible in the real room → Confidence & fewer bad purchases.
- One asset—many channels: You can use the same model for AR, 3D viewers on the web, and traditional renderings (see 3D Render Studio).
- Apple Ecosystem: Seamless integration with iOS/visionOS; Apple offers tools such as Reality Composer Pro.
From Technical Term to Visual Experience
We don't just use these technologies; we master them. See how we create photorealistic worlds for leading brands.
View WorkUSD vs. USDZ – What's the Deal?
- USD (usda/usdc/usd): Scene graph, instancing, LODs, variants, animation — open standard (OpenUSD).
- USDZ (.usdz): An uncompressed archive (similar to “Zip without Zip”) that bundles USD + assets. iOS/visionOS natively recognize it for AR previews (WebKit: AR in Safari).
Material Basics (USD Preview Surface)
USDZ uses USD Preview Surface —a PBR material closely based on the Metal/Roughness model. See also PBR – Physically Based Rendering.
Typical Map Mapping
- Base Color / Albedo → diffuseColor
- Metallic → metallic
- Roughness → roughness
- Normal → normal (tangent space, OpenGL)
- AO → multiplied separately
- Emissive → emissiveColor
Explore material and texture topics in UV mapping, normal mapping, Roughness Map and texture baking.
Export rules & best practices (mobile-compatible)
- Real scale & pivot: Scale uniformly (e.g. 1 = 1 m), pivot to floor - the object "stands" correctly in AR.
- Polygon budget: in practice, ≤ 200k triangles per main object; use LODs for sets.
- File size: ≤ 4–8 MB ensures fast Quick Look loading times.
- Textures: 1–2 K are often sufficient; POT sizes (1024/2048/4096). BaseColor sRGB, other maps linear.
- Normals: OpenGL convention (green channel is positive).
- Transparency/Refraction: minimal — mobile AR prioritizes performance.
- Naming/Structure: No spaces or umlauts; consistent suffixes (_bc, _rough, _metal, _n).
- Clean UVs: No overlaps in baked maps; consistent texel density.
Apple describes the integration from a publisher's perspective in AR Quick Look; for authoring, we recommend Reality Composer Pro.
glTF vs. USDZ – When Should I Use Which One?
More about the web standard: glTF 2.0 (Khronos) and our glossary: glTF file format.
USDZ Practice - Workflow
FAQ – USDZ
Does USDZ support animations?
Yes, USD/USDC supports object, camera, and skeleton animations; Quick Look plays back simple sequences. Background: OpenUSD – Features.
Can I open USDZ on Android?
Extremely rare. For the store, we recommend USDZ (iOS) + GLB (Android/Web). Web viewers and WebXR primarily rely on glTF/GLB (see Khronos glTF).
How do I embed USDZ on a product page?
Via the "View in AR" link/button. iOS opens AR Quick Look natively; in Safari, this feature has been integrated since iOS 12 (WebKit post).
What tools are recommended for exporting?
In addition to DCC exporters (e.g., via USD plugins), Reality Composer Pro is Apple’s solution for authoring and conversion. For creating assets: Adobe Substance 3D.
What rendering engine is behind it?
Real-time rendering is handled by the platform runtime (Quick Look/visionOS). Basics of pipelines & shading: Render Engine and ray tracing.
Is USDZ compressed?
No - USDZ is intentionally "un-zipped" for fast streaming. Optimization is done via geometry and texture reduction (see Digitize surfaces and Material & Surface Visualization).
