Mesh formats
Render a VTK file in your browser
VTK is the mesh format of scientific visualisation — simulation results, medical surfaces, research geometry. Rendermio reads legacy VTK polydata in the browser and renders it with studio lighting, which is a different look from ParaView's.
How Rendermio reads VTK
Accepted as .vtk. Legacy VTK polydata files are parsed in the page as a single mesh; normals are used if present and computed otherwise, and disconnected pieces are split into parts. The XML VTK formats (.vtp, .vtu) are not read — export legacy .vtk, or better, convert to PLY or OBJ.
What comes through
- The polygonal surface
- Normals where present
- Separate parts where the mesh is disconnected
What does not
- Scalar fields, colour maps and every other data attribute — the render shows geometry with a material, not data
- Volumetric and unstructured grids: only surfaces render
Exporting VTK from your CAD program
- Extract a surface first in ParaView, then save as legacy VTK or PLY
- Decimate dense simulation meshes before export
VTK files typically come from ParaView, VTK and ITK pipelines, medical segmentation tools, CFD post-processors. 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
Can I render a simulation surface as a product shot?
Yes. Extract the surface, export as legacy VTK polydata or PLY, and render it with a material and one of the studio Looks. Data colouring is not carried; the result is the shape, lit.
Are .vtp and .vtu supported?
Not directly. Save as legacy .vtk polydata from ParaView, or export PLY or OBJ.
Does it show my scalar field?
No. Rendermio renders materials, not data. For colour-mapped results ParaView is the right tool; for a clean presentation image of the shape, this is.
Free · runs in your browser · your file is never uploaded