Real models deserve real references. Register supplied GLB/glTF files with the CLI, then import the generated reference in app code.
The CLI records the asset, generates TypeScript references, and gives the app a stable import path. Product viewers can then use the actual supplied file without fragile paths.
Add GLB or glTF assets with the Aura3D CLI before importing them in the app.
Read guide Typed assetsUse assets.product from aura-assets instead of model("product") or guessed URLs.
Read guide Typed assetsUse product-viewer templates for ecommerce demos, configurators, and model inspection routes.
Read guide Typed assetsConfirm static builds include asset files and browser-safe paths.
Read guide