Use Cases Compare Learn Blog Docs Open Studio

The AI 3D export pipeline

Pillar

GLB — the universal format

GLB (binary glTF 2.0) is the right default. It bundles geometry + textures + materials + animations into one file, and every modern engine and viewer accepts it. Yugma exports GLB by default.

USDZ — iOS AR Quick Look

USDZ is Apple's format for AR Quick Look. Tap a USDZ link on iPhone Safari and the model opens in AR. USDZ export unlocks on Yugma's paid plans (Premium and up). Watch out: USDZ is more constrained than GLB — emissive materials and complex meshes can render differently.

Embed iframe — live, interactive web

For Webflow / Squarespace / Framer / Shopify, embed an iframe and your visitors interact with the live scene. Touch-friendly on mobile. Watermarked on free tier.

Engine-specific gotchas

FAQ

Does Yugma export STL or STEP?

STL is on the roadmap; STEP is not (STEP is parametric CAD). For 3D-printing prep, export GLB and convert via Blender/Meshmixer.

Are exported files watermarked?

No — GLB and PNG exports are clean on every tier, including free. The embed viewer shows a small "Made with Yugma" badge for free-tier scenes; paid plans (Premium and up) remove it and unlock USDZ export.

Can I export the scene as JSX for React Three Fiber?

Roadmap. Today the workflow is "export GLB, drop into your R3F project, mount via useGLTF".