Rendermio

Mesh formats

Render a VRML file in your browser

VRML was the web's first 3D format, and it is still what some CAD tools and CMMs export. Rendermio reads .wrl in the browser and renders it with real materials.

How Rendermio reads VRML

Accepted as .wrl, .vrml. VRML is parsed as text and its scene nodes become parts. Colours per face are common in VRML from CAD, and they are read; materials are then yours to assign. Very large VRML files are slow to parse, as text formats are.

What comes through

  • Scene structure as parts
  • Face colours, where the file has them
  • Normals where written

What does not

  • Interactivity, sensors and scripts — VRML's web features have no meaning in a render
  • Textures referenced by URL

Exporting VRML from your CAD program

  • Export VRML 2.0 (VRML97) rather than 1.0 — it is what is read
  • For anything new, export STEP or glTF instead

VRML files typically come from SolidWorks and Creo (as an export), CMM and inspection software, 1990s web 3D. 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

Which VRML version does Rendermio read?

VRML 2.0, also called VRML97 — the version nearly every exporter writes. VRML 1.0 files should be re-exported.

My CAD tool only exports VRML with colours. Will they show?

Face colours are read, so the parts arrive coloured and identifiable. For rendering you then apply a real material, which is what makes it look like gold rather than yellow.

Is .wrl the same as .vrml?

Yes, both extensions are accepted.

Render a VRML file

Free · runs in your browser · your file is never uploaded