Mesh formats
Render an AMF file in your browser
AMF was the first attempt to replace STL for printing, and some tools still write it. Rendermio reads it in the browser, keeps its objects separate, and renders them with real materials.
How Rendermio reads AMF
Accepted as .amf. AMF is XML, optionally zipped, parsed in the page. Each object becomes a part. Colours and materials the file defines are read where the reader supports them; the studio's materials are applied on top.
What comes through
- Separate objects as parts
- Units
- Object-level colour where defined
What does not
- Per-triangle colour and textures
- Print-specific metadata
Exporting AMF from your CAD program
- 3MF has largely replaced AMF; if your tool offers both, 3MF is better supported everywhere
AMF files typically come from older slicers, some CAD exporters, printing services. Working in SolidWorks, Fusion, CATIA, Inventor or Creo? Their native files are not readable in a browser — here is what to export instead.
Then what happens
Once the file is in, the steps are the same for every format: tell the studio what the object is, and it dresses it — one click finds the stones in a ring and makes the rest gold. Pick a Look, which sets lighting, backdrop, pose and camera together. Export a listing pack up to 8K or a 360° turntable video. Everything runs on your own GPU; the file never leaves the page.
Questions
What is an AMF file?
An XML format for additive manufacturing that carries meshes with units, multiple objects and colour — everything STL lacks. It has since been overtaken by 3MF, but Rendermio reads it.
AMF or 3MF?
3MF, where you have the choice; it is what current slicers and CAD tools write. AMF still renders correctly.
Are zipped AMF files supported?
Yes.
Free · runs in your browser · your file is never uploaded