Features
What happens to a model between the upload and the screen.
- Geometry
- meshopt or Draco compression, quantization only, or raw float32 for runtimes without decoders.
- Textures
- KTX2 (ETC1S and UASTC), WebP, AVIF, JPEG, or PNG, resized to a cap per variant.
- Simplification
- Mesh simplification with border preservation, per variant.
- Stats
- Triangles, vertices, draw calls, texture memory, extensions, and warnings before and after.
- Budget mode
- Ask for a size and a target runtime; the optimizer walks a ladder of settings until it fits.
- Compatibility report
- A verdict per runtime for each variant: works, needs a decoder, or unsupported.
- Immutable caching
- Cache keys include the version, so replacing a model needs no purge and old links keep working.
- Signed URLs
- HMAC signatures with expiry for private assets; required per project if you want.
- Domain allowlist
- Only your sites can embed a project’s models.
- Versions
- Stable ids per asset with a history you can pin or roll back.
- Downloads
- One parameter turns any variant into an attachment.
- Environments
- Built-in HDR lighting or your own equirect maps, downsized for small devices.
- Web component and iframe
- Paste two tags or one iframe; React wrapper included.
- AR
- WebXR on Android, Quick Look on iOS, with client-side USDZ.
- Camera, lighting, hotspots
- Set once in the dashboard; applied everywhere.
- JavaScript API
- Camera, animations, material variants, screenshots, and events.
- Posters
- Capture the current view as the poster shown while the model loads.
- Access
- Anyone with the link, a password, allowed emails or domains, or organisation members.
- Controls
- Expiry, view limits, download permissions, watermark, stats, comments, revoke.
- Pinned comments
- Reviewers click the model to leave a comment at that point; you reply from the dashboard.
- Collections
- Share a set of models as one link with a grid.
- Audit log
- Views, duration, downloads, and comments per session, with country and device.
- Notifications
- Email on first view and on new comments.
- REST API
- Uploads, versions, variants, exports, shares, collections, comments, usage.
- Keys
- Scoped bearer keys with per-key rate limits.
- Webhooks
- Signed deliveries with retries for asset, variant, share, and comment events.
- OpenAPI
- A generated document for client generators and testing tools.