Mesh formats
Render a Draco (.drc) file in your browser
Draco is Google's mesh compression — the same one inside compressed glTF files. Rendermio decodes a bare .drc in the browser and renders it, so a mesh compressed for the web can be shot as a product photo.
How Rendermio reads Draco
Accepted as .drc. A .drc file is decoded by the Draco WebAssembly decoder in the page into a single mesh, which then gets the same treatment as STL: welding, smooth normals if none are present, and a split into parts wherever the geometry is disconnected. Draco inside a glTF is handled on the glTF page; this is for the bare file.
What comes through
- The mesh, decoded at full precision
- Normals and UVs if they were encoded
- Separate parts where disconnected
What does not
- Materials — a bare .drc carries geometry only
- Scene structure: one file is one mesh
Exporting Draco from your CAD program
- For anything with materials or multiple objects, use a Draco-compressed .glb instead — same compression, more of the model
Draco files typically come from gltf-pipeline and gltf-transform, web asset pipelines, Google's Draco tools. 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 opens a .drc file?
Very little, which is why this page exists. Rendermio decodes it in the browser with the Draco WebAssembly decoder and renders the mesh with real materials.
Is a bare .drc the same as Draco in a GLB?
Same compression, different wrapper. The GLB also carries materials and multiple objects; the bare .drc is one mesh. Both are supported.
Does decoding happen on a server?
No. The Draco decoder runs in your browser, like everything else in Rendermio. The file is never uploaded.
Free · runs in your browser · your file is never uploaded