無料オンライン ユニバーサル3Dビューア (42以上の形式)
DWG、DXF、STEP、IGES、IFC、SKP、STL、OBJ、GLB、FBX、3DMなどの3D/CADファイルも開けます。任意のファイルをビューアにドロップしてください。
Chrome、Firefox、Safari、Edgeで動作します。プラグインは不要です
Also from Innerscene: Circadian Lab, a free lighting calculator for room illuminance, melanopic EML, and glare.
対応するインポート形式
42種類の3Dファイル形式を解析して表示します。専用ビューアページがある場合は、行をクリックすると開きます。
| 形式 | 拡張子 | カテゴリ | 説明 |
|---|---|---|---|
| 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. |
検出のみ
これらの形式は認識されますが、まだ表示には対応していません。ツールバーの「報告」からサンプルファイルを送ると、実装の優先候補になります。
対応するエクスポート形式
対応形式のファイルを開き、ツールバーの「エクスポート」をクリックすると次の形式で保存できます。
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.
すべての形式は同じ内部シーンモデルに正規化されるため、対応するインポート形式はいずれも4つの出力のどれにでもエクスポートできます(例:Rhino .3dmをSTLへ、FBXをGLBへ、SKPをPDFへ)。
機能
自動形式検出
任意のファイルをドロップするだけ。マジックバイト検出が解析前に形式を判別するため、設定は不要です。
共有シーングラフ
各アダプタが同じシーンモデル(メッシュ、マテリアル、レイヤー、変換)に正規化します。元の形式に関係なく動作が一貫します。
レイヤーの表示切替
サイドパネルからレイヤーを表示・非表示できます。SKP、DWG、STEPアセンブリ、Rhinoレイヤー、グループ化を持つあらゆる形式に対応します。
ビューのプリセット
3Dオービットに加えて6つの正投影ビュー(上、下、前、後、左、右)。ソリッド、ワイヤーフレーム、X線の表示モードがあります。
共有リンク
ビューの状態、レイヤーの表示、レンダリングモードを保持するリンクを生成します。受け取った人は開いたままの状態でモデルを見られます。
どこにでも埋め込み
1行のiframeコードでビューアを任意のHTMLページに配置できます。ツールバーを隠したシンプルな埋め込みも選べます。
ユニバーサルエクスポート
対応形式をSTL、OBJ、GLB、PDFとして保存できます。このサイトがネイティブに作成できない形式(3DMやFBXからSTLなど)も対象です。
不具合の報告
「報告」ボタンが、ファイル、ビューの状態、スクリーンショットをまとめて、ワンクリックで不具合や要望として送信します。
使い方
- 1
ファイルをドロップまたは開く
3Dファイルをビューアにドラッグするか、「3Dファイルを開く」をクリックして端末から選びます。?url= パラメータでURLも使えます。
- 2
自動検出と解析
ビューアはファイルの先頭16KBを読み取り、マジックバイトで形式を判別してから、対応するアダプタを読み込みます。
- 3
表示して操作
解析されたシーンは共有シーングラフ(メッシュ、マテリアル、レイヤー)に正規化されます。Three.jsが描画し、ツールバーでビュー、レンダリングモード、レイヤー切替を操作できます。
- 4
共有・埋め込み・エクスポート
共有リンクの生成(ファイルとビューの状態を保持)、iframeコードのコピー、STL・OBJ・GLB・PDFでの保存が、ページを離れずに行えます。
専用ビューア・変換ページ
主要な各形式には、形式固有のドキュメント、よくある質問、SEOに適したURLを備えた専用ページがあります。内部では同じビューアを共有しています。
IFC (Building)
.ifc
作成元: Revit, ArchiCAD, Tekla, Vectorworks, Bentley
IGES
.iges, .igs
作成元: CATIA, NX, Creo, SolidWorks, DATAKIT exports
Rhino 3D Model
.3dm
作成元: Rhinoceros, Grasshopper
SketchUp Model
.skp
作成元: SketchUp
SolidWorks
.slddrw, .sldprt, .sldasm
作成元: SOLIDWORKS
STEP (ISO-10303-21)
.step, .stp
作成元: SolidWorks, CATIA, Inventor, Fusion 360, NX, Creo
Word Document
.docx, .docm
作成元: Microsoft Word, Google Docs export, LibreOffice Writer, Pages export
AutoCAD Drawing
.dwg
作成元: AutoCAD, Revit, Civil 3D
Autodesk DWF / DWFx
.dwf, .dwfx
作成元: AutoCAD, Revit, Civil 3D, Inventor, Navisworks (DWF publish)
Esri Shapefile
.shp
作成元: 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
作成元: KiCad, Altium Designer, Eagle, OrCAD/Allegro, Pads, Fusion 360 Electronics, EasyEDA, gEDA
Autodesk 3ds Max
.max
作成元: 3ds Max (archviz, product visualization, game and film art)
Autodesk FBX
.fbx
作成元: Maya, 3ds Max, MotionBuilder, Unity, Unreal
Blender
.blend, .blend1, .blend2
作成元: Blender (modelling, animation, archviz, game and film art)
glTF Binary
.glb
作成元: Blender, Three.js, Unreal, Unity exports
glTF JSON
.gltf
作成元: Blender, glTF Validator
Stereolithography
.stl
作成元: Every CAD tool, every 3D printer slicer
Wavefront OBJ
.obj
作成元: 3ds Max, Maya, Rhino, Cinema 4D, Blender
LAS / LAZ Point Cloud
.las, .laz
作成元: Agisoft Metashape, RealityCapture, Pix4D, Trimble, Leica, FARO, terrestrial and airborne LiDAR
ファイルはお使いのコンピュータに留まります
ファイルはブラウザ内で動作するJavaScriptとWebAssemblyによって解析されます。既定では何もアップロードされません。サーバーを使う機能は「共有」ボタンだけで、しかもファイルが公開URLでない場合に限られます。共有されたファイルは90日間保存され、その後自動的に削除されます。
STEP / IGES: Open CASCADE Technology via occt-import-js (LGPL-2.1) — .docx: Carlito, Caladea, Liberation, Gelasio (SIL OFL 1.1) — open-source licenses.
よくある質問
▶どの3Dファイル形式に対応していますか?
ビューアは現在15以上の形式を表示し、さらに複数を検出します。拡張子、説明、専用ビューアページへのリンクは上の一覧をご覧ください。
▶形式を相互に変換できますか?
はい。対応形式を開き、ツールバーの「エクスポート」をクリックすると、STL(3D印刷)、OBJ(Wavefront)、GLB(glTFバイナリ)、PDF(現在のビューのスナップショット)で保存できます。
▶サーバーに何かアップロードされますか?
既定ではアップロードされません。ファイルはすべてブラウザ内で解析・表示されます。アップロードされるのは「共有」を明示的にクリックし、ファイルがローカルにある場合だけで、その際はリンクのために90日間保存されます。
▶どのくらいの大きさのファイルを開けますか?
最新のデスクトップブラウザでは数百メガバイトのファイルを扱えます。モバイル端末では非常に大きいファイルが難しい場合があります。共有用のアップロード上限は100MBです。
▶ビューアを自分のサイトに埋め込めますか?
はい。ツールバーの「埋め込み」をクリックすると、任意のモデルURL向けに1行のiframeコードを生成します。ツールバーの表示有無を選び、初期のカメラ、ビュー、レイヤー、レンダリングモードを設定できます。
▶URLから直接ファイルを開くには?
ファイルの公開URLを ?url= に渡します。例:/tools/3d-viewer?url=https://example.com/model.glb。ビューアはファイルのマジックバイトから形式を自動判別します。
▶対応していない形式の場合は?
ツールバーの「報告」からサンプルファイルと短いメモを送ってください。実際のユーザー要望に基づいて形式を追加しています。