Visualizador 3D Universal Online Gratuito (42+ Formatos)
Também abre DWG, DXF, STEP, IGES, IFC, SKP, STL, OBJ, GLB, FBX, 3DM e outros arquivos 3D/CAD. Solte qualquer arquivo no visualizador.
Funciona no Chrome, Firefox, Safari e Edge, sem plugin
Also from Innerscene: Circadian Lab, a free lighting calculator for room illuminance, melanopic EML, and glare.
Formatos de importação compatÃveis
42 formatos de arquivo 3D são processados e renderizados. Clique em uma linha para abrir a página de visualizador dedicada quando houver.
| Formato | Extensão | Categoria | Descrição |
|---|---|---|---|
| SketchUp LayOut | .layout | archive | A SketchUp LayOut page-layout document (.layout). The viewer extracts the embedded SketchUp model and renders it. |
| Zipped Model | .zip | archive | A model file zipped for email or download (e.g. OBJ + MTL). The viewer opens the archive and loads the model inside. |
| Autodesk Revit | .rvt | cad | Native Revit projects (Revit 2020 and later). The element database is read directly and the model is rebuilt from Revit’s own computed solids: walls with their joins and door/window openings cut, floors, roofs, ceilings, stairs, railings, columns, structural framing, and placed family instances (each rebuilt from its family symbol and placement), grouped into per-category layers. Curved surfaces fall back to parametric reconstruction where possible; a Revit file stores no mesh geometry at all, so anything beyond these types still renders best from an IFC export. |
| IFC (Building) | .ifc | cad | IFC building information models (BIM): walls, slabs, windows, doors, and MEP, grouped into per-type layers. Tessellated via web-ifc. |
| IGES | .iges, .igs | cad | IGES/IGS neutral CAD surfaces and B-rep solids (NURBS), tessellated via OpenCASCADE. |
| Rhino 3D Model | .3dm | cad | Rhinoceros NURBS-based CAD models (BReps, SubD, polysurfaces, mesh). |
| SketchUp Model | .skp | cad | SketchUp 3D models with faces, components, layers, and materials. |
| SolidWorks | .slddrw, .sldprt, .sldasm | cad | SolidWorks parts, assemblies and drawings. A part or assembly (.sldprt, .sldasm) renders as real 3D geometry: the display mesh SolidWorks itself draws, saved in the file as triangle strips per face and decoded here in meters with smooth normals — an assembly arrives already assembled. A drawing (.slddrw) opens as the full-resolution sheet image saved in the file, every view, dimension and title-block field legible, with a picker for each sheet. Documents that embed no geometry (external-component assemblies, by-reference saves) get a plain notice pointing at STEP. |
| STEP (ISO-10303-21) | .step, .stp | cad | ISO-10303 STEP/STP CAD assemblies (AP203, AP214, AP242). |
| Text / Source Code | .txt, .text, .md, .markdown, .log, .csv, .tsv, .py, .pyw, .js, .mjs, .cjs, .jsx, .ts, .tsx, .json, .jsonc, .c, .h, .cpp, .cxx, .cc, .hpp, .hxx, .hh, .ino, .cs, .java, .kt, .kts, .swift, .go, .rs, .rb, .php, .pl, .pm, .lua, .sh, .bash, .zsh, .bat, .cmd, .ps1, .psm1, .psd1, .sql, .yaml, .yml, .toml, .ini, .cfg, .conf, .css, .scss, .less, .xml, .tex, .r | document | Plain text and source code, rendered as a line-numbered, syntax-highlighted listing. Python, JavaScript/TypeScript, C/C++, C#, Java, Go, Rust, shell and PowerShell scripts, SQL, JSON, YAML, TOML, INI, CSS, XML, Markdown and more color by language; logs, CSV and unrecognized text render plain. Any readable text file opens, whatever its extension. |
| Word Document | .docx, .docm | document | Word documents, paginated the way Word paginates them: the style cascade, line breaking against real font metrics, tables, headers and footers, footnotes, numbered and bulleted lists, inline and floating images. Text stays selectable and searchable, and links stay clickable. |
| Adobe Illustrator | .ai, .ait | drawing | Adobe Illustrator artwork. Illustrator 9 and later save a PDF-compatible copy, which renders as vector pages; Illustrator 8 and earlier are PostScript, read directly as paths, layers, and text. |
| AutoCAD Drawing | .dwg | drawing | AutoCAD drawings with 2D linework and 3D solid geometry. |
| AutoCAD DXF | .dxf | drawing | AutoCAD DXF text drawing exchange format. |
| Autodesk DWF / DWFx | .dwf, .dwfx | drawing | Autodesk DWF/DWFx published drawing sets — WHIP 2D vector sheets and HOOPS 3D models, with a multi-sheet picker. |
| Esri Shapefile | .shp | drawing | Esri shapefile GIS vector data: parcels, roads, boundaries, and 3D multipatch buildings. Opens a bare .shp, or a .zip of the whole set (.shp + .shx + .dbf + .prj) with real units from the .prj. |
| Gerber (PCB Fabrication) | .gbr, .ger, .gtl, .gbl, .gts, .gbs, .gto, .gbo, .gtp, .gbp, .gko, .gm1, .drl, .xln, .exc, .drd | drawing | Gerber (RS-274X / X2) and Excellon drill data: the files a printed circuit board is fabricated from. Drop the whole fab package as a .zip and the board is stacked up layer by layer, in fabrication order, with copper, solder mask, silkscreen, paste, outline and drill holes on their own toggles. Layers are identified from their X2 file-function attributes or their filenames, and layer files are recognised by their contents, so a package whose layers are named .art, .001 or nothing at all still opens. Aperture macros, thermals, step & repeat, block apertures, regions, arcs, clear polarity and both zero-suppression conventions are all read. |
| PDF Document | drawing | ||
| SVG (Scalable Vector) | .svg | drawing | |
| AVIF Image | .avif, .avifs | image | AVIF raster image: an AV1-compressed still, common on photo sites and modern phones. |
| BMP Image | .bmp, .dib | image | Windows BMP raster image (uncompressed device-independent bitmap). |
| GIF Image | .gif | image | GIF raster image: indexed-color bitmap. Animations show their first frame. |
| HEIC / HEIF Image | .heic, .heif, .hif | image | HEIC/HEIF photo, the iPhone camera default. Decodes in Safari; other browsers need it saved as JPEG first. |
| JPEG Image | .jpg, .jpeg | image | JPEG raster image — lossy compressed photograph. |
| PNG Image | .png | image | PNG raster image — lossless bitmap with transparency. |
| TIFF Image | .tif, .tiff | image | TIFF raster image, the scanner and print archive format. Decodes in Safari; other browsers need it saved as JPEG first. |
| WebP Image | .webp | image | WebP raster image, the compact web format from Google. |
| 3D Manufacturing | .3mf | mesh | 3D Manufacturing Format — modern STL replacement for 3D printing. |
| 3D Studio | .3ds | mesh | Legacy Autodesk 3D Studio binary mesh format. |
| Autodesk 3ds Max | .max | mesh | Native Autodesk 3ds Max scenes. Reads collapsed Editable Poly / Editable Mesh geometry, parametric primitives, the object hierarchy with instancing, layers, and material colors. Geometry that only exists through a live modifier stack, NURBS/patch surfaces, and external V-Ray/Corona proxy meshes cannot be recovered from the file by any third-party tool. |
| Autodesk FBX | .fbx | mesh | Autodesk FBX — game-engine asset pipeline standard. |
| Blender | .blend, .blend1, .blend2 | mesh | Native Blender scenes, every version from 1.6 in 1996 to 5.x — fifty-eight releases, both byte orders. Reads the mesh geometry the file stores — vertices, faces, UVs, vertex colours, flat/smooth shading and per-face material slots — placed by each object’s transform, with collections as layers and collection instances expanded. Materials come from the Principled BSDF in each material’s node tree, including packed image textures. Shapes that exist only as a modifier result (Subdivision, Mirror, Array, Boolean) or as Geometry Nodes output are not in the file at any version and render as their input cage. |
| COLLADA | .dae | mesh | COLLADA XML scene format with materials and animation. |
| glTF Binary | .glb | mesh | glTF binary — PBR materials, textures, animations, single-file. |
| glTF JSON | .gltf | mesh | glTF JSON manifest with external .bin and image siblings. |
| Polygon File Format | .ply | mesh | Polygon File Format for 3D scanning, with vertex colors. |
| Stereolithography | .stl | mesh | Triangle-soup mesh for 3D printing. Binary or ASCII. |
| VRML | .wrl, .vrml, .wrz | mesh | VRML 2.0 — legacy web 3D format, text-based. |
| Wavefront OBJ | .obj | mesh | Wavefront OBJ text format with companion .mtl material file. |
| X3D | .x3d, .x3dv | mesh | X3D — the XML successor to VRML, still used in scientific viz. |
| LAS / LAZ Point Cloud | .las, .laz | pointcloud | LAS/LAZ LiDAR and photogrammetry point clouds, including LASzip-compressed .laz. Rendered with per-point RGB, an ASPRS classification palette, or an intensity ramp, and split into per-class layers when the scan is classified. |
| Windows Program | .exe, .dll, .sys, .ocx, .cpl, .scr, .efi, .mun | program | A Windows program (.exe, .dll, .sys) holds machine code, not geometry. Dropped on the viewer it opens as an info sheet: the application icons, the version block Explorer shows in Properties, who signed it and when, the architecture and subsystem, the libraries it links against and delay-loads, per-section entropy with a packer verdict, the C++ classes recovered from RTTI, the COM interfaces it uses, and whether anything is appended to it. A view menu opens the rest: every embedded string, a disassembly of any code section (x86, x86-64, ARM and ARM64) with calls resolved to the imported functions they reach, string literals shown at their reference sites, function boundaries from the exception directory, and public symbols fetched from the Microsoft symbol server when the build published them. Every embedded resource renders too: icons, cursors and bitmaps as pictures, dialog templates drawn to scale, string, menu, accelerator and message tables, and manifests. A self-extracting archive is opened, and the model inside it is loaded. Programs are never shared, embedded, or re-downloaded from here. |
Apenas detecção
Estes formatos são reconhecidos, mas ainda não renderizados. Clique em Reportar na barra de ferramentas com um arquivo de exemplo para colocar um na fila de implementação.
Formatos de exportação compatÃveis
Abra um arquivo em qualquer formato compatÃvel e clique em Exportar na barra de ferramentas para salvar como:
STL
.stlBinary stereolithography mesh for 3D printing, CNC, and FEA.
OBJ + MTL
.zipWavefront OBJ + companion MTL material file, bundled as a zip.
glTF Binary
.glbSelf-contained GLB with PBR materials, textures, and layer structure preserved as glTF nodes.
PDF Snapshot
.pdfA4 landscape PDF of the current view with header caption (filename, format, triangle count) and footer.
Como todos os formatos são normalizados para o mesmo modelo de cena interno, qualquer formato de importação compatÃvel pode ser exportado para qualquer uma das quatro saÃdas (por exemplo, Rhino .3dm para STL, FBX para GLB, SKP para PDF).
Recursos
Detecção automática de formato
Solte qualquer arquivo: a detecção de bytes mágicos identifica o formato antes do processamento, sem precisar configurar nada.
Grafo de cena compartilhado
Cada adaptador é normalizado para o mesmo modelo de cena: malhas, materiais, camadas, transformações. O comportamento é consistente independentemente do formato de origem.
Visibilidade de camadas
Ative e desative camadas pelo painel lateral. Funciona com SKP, DWG, montagens STEP, camadas do Rhino e qualquer formato com agrupamento.
Vistas predefinidas
Órbita 3D mais seis vistas ortográficas (superior, inferior, frente, trás, esquerda, direita). Modos sólido, aramado ou raio-X.
Links de compartilhamento
Gere um link que preserva o estado da vista, a visibilidade das camadas e o modo de renderização. Os destinatários veem o modelo exatamente como você o tem aberto.
Incorpore em qualquer lugar
Um trecho iframe de uma linha coloca o visualizador em qualquer página HTML. Modo sem barra de ferramentas opcional para incorporações limpas.
Exportação universal
Salve qualquer formato compatÃvel como STL, OBJ, GLB ou PDF, incluindo formatos que este site não cria nativamente (como 3DM ou FBX para STL).
Relato de problemas
O botão Reportar agrupa seu arquivo, o estado da vista e uma captura de tela em um envio de bug ou recurso com um clique.
Como funciona
- 1
Solte ou abra um arquivo
Arraste um arquivo 3D para o visualizador ou clique em "Abrir um arquivo 3D" para escolher na sua máquina. URLs também funcionam pelo parâmetro ?url=.
- 2
Detecção e processamento automáticos
O visualizador lê os primeiros 16 KB do arquivo para identificar o formato pelos bytes mágicos e então carrega o adaptador correspondente.
- 3
Renderize e explore
A cena processada é normalizada em um grafo de cena compartilhado (malhas, materiais, camadas). O Three.js a renderiza; a barra de ferramentas oferece vistas, modos de renderização e alternância de camadas.
- 4
Compartilhe, incorpore ou exporte
Gere um link de compartilhamento (arquivo e estado da vista preservados), copie um trecho iframe ou salve como STL, OBJ, GLB ou PDF, sem sair da página.
Páginas dedicadas de visualizador e conversor
Cada formato comum tem sua própria página com documentação especÃfica, perguntas frequentes e URL amigável para SEO. Todas compartilham o mesmo visualizador por baixo.
IFC (Building)
.ifc
Criado por: Revit, ArchiCAD, Tekla, Vectorworks, Bentley
IGES
.iges, .igs
Criado por: CATIA, NX, Creo, SolidWorks, DATAKIT exports
Rhino 3D Model
.3dm
Criado por: Rhinoceros, Grasshopper
SketchUp Model
.skp
Criado por: SketchUp
SolidWorks
.slddrw, .sldprt, .sldasm
Criado por: SOLIDWORKS
STEP (ISO-10303-21)
.step, .stp
Criado por: SolidWorks, CATIA, Inventor, Fusion 360, NX, Creo
Word Document
.docx, .docm
Criado por: Microsoft Word, Google Docs export, LibreOffice Writer, Pages export
AutoCAD Drawing
.dwg
Criado por: AutoCAD, Revit, Civil 3D
Autodesk DWF / DWFx
.dwf, .dwfx
Criado por: AutoCAD, Revit, Civil 3D, Inventor, Navisworks (DWF publish)
Esri Shapefile
.shp
Criado por: ArcGIS, QGIS, county/city open-data portals, US Census TIGER/Line
Gerber (PCB Fabrication)
.gbr, .ger, .gtl, .gbl, .gts, .gbs, .gto, .gbo, .gtp, .gbp, .gko, .gm1, .drl, .xln, .exc, .drd
Criado por: KiCad, Altium Designer, Eagle, OrCAD/Allegro, Pads, Fusion 360 Electronics, EasyEDA, gEDA
Autodesk 3ds Max
.max
Criado por: 3ds Max (archviz, product visualization, game and film art)
Autodesk FBX
.fbx
Criado por: Maya, 3ds Max, MotionBuilder, Unity, Unreal
Blender
.blend, .blend1, .blend2
Criado por: Blender (modelling, animation, archviz, game and film art)
glTF Binary
.glb
Criado por: Blender, Three.js, Unreal, Unity exports
glTF JSON
.gltf
Criado por: Blender, glTF Validator
Stereolithography
.stl
Criado por: Every CAD tool, every 3D printer slicer
Wavefront OBJ
.obj
Criado por: 3ds Max, Maya, Rhino, Cinema 4D, Blender
LAS / LAZ Point Cloud
.las, .laz
Criado por: Agisoft Metashape, RealityCapture, Pix4D, Trimble, Leica, FARO, terrestrial and airborne LiDAR
Seus arquivos ficam no seu computador
Os arquivos são processados por JavaScript e WebAssembly em execução no seu navegador. Nada é enviado por padrão. O botão Compartilhar é o único recurso que usa um servidor, e somente quando o arquivo ainda não é uma URL pública. Os arquivos compartilhados são armazenados por 90 dias e depois excluÃdos automaticamente.
STEP / IGES: Open CASCADE Technology via occt-import-js (LGPL-2.1) — .docx: Carlito, Caladea, Liberation, Gelasio (SIL OFL 1.1) — open-source licenses.
Perguntas frequentes
â–¶Quais formatos de arquivo 3D são compatÃveis?
O visualizador renderiza hoje mais de quinze formatos e detecta vários outros. Consulte o catálogo completo acima para extensões, descrições e links para páginas de visualizador dedicadas.
â–¶Posso converter entre formatos?
Sim. Abra qualquer formato compatÃvel e clique em Exportar na barra de ferramentas para salvar como STL (impressão 3D), OBJ (Wavefront), GLB (glTF binário) ou PDF (captura da vista atual).
▶Algo é enviado para um servidor?
Não, não por padrão. Os arquivos são processados e renderizados inteiramente no seu navegador. O único envio ocorre quando você clica explicitamente em Compartilhar e o arquivo é local; nesse caso ele é armazenado por 90 dias para sustentar o link.
â–¶Que tamanho de arquivo posso abrir?
O visualizador lida com arquivos de várias centenas de megabytes em um navegador de desktop moderno. Dispositivos móveis podem ter dificuldade com arquivos muito grandes. O limite de envio para compartilhamento é de 100 MB.
â–¶Posso incorporar o visualizador no meu site?
Sim. Clique em Incorporar na barra de ferramentas para gerar um trecho iframe de uma linha para qualquer URL de modelo. Você pode escolher se a incorporação mostra a barra de ferramentas e definir câmera, vista, camadas e modo de renderização iniciais.
â–¶Como abro um arquivo diretamente por uma URL?
Passe ?url= com a URL pública do seu arquivo, por exemplo /tools/3d-viewer?url=https://example.com/model.glb. O visualizador detecta o formato automaticamente pelos bytes mágicos do arquivo.
â–¶E se meu formato ainda não for compatÃvel?
Clique em Reportar na barra de ferramentas com um arquivo de exemplo e uma nota breve. Adicionamos formatos com base em solicitações reais dos usuários.