|
2 | 2 |
|
3 | 3 | F3D supports the following file formats:
|
4 | 4 |
|
5 |
| -| Name | File Extension(s) | Full scene | Animation Supported? | Plugin | |
6 |
| -| ----------------------------------------- | ---------------------------------------------- | ---------- | -------------------- | --------- | |
7 |
| -| Legacy VTK | `.vtk` | No | No | `native` | |
8 |
| -| VTK XML | `.vtp`, `.vtu`, `.vtr`, `.vti`, `.vts`, `.vtm` | No | No | `native` | |
9 |
| -| VTKHDF | `.vtkhdf` | No | Yes | `hdf` | |
10 |
| -| EXODUS II | `.e`, `.ex2`, `.exo`, `.g` | No | Yes | `hdf` | |
11 |
| -| Polygon File Format | `.ply` | No | No | `native` | |
12 |
| -| Standard Triangle Language | `.stl` | No | No | `native` | |
13 |
| -| DICOM | `.dcm` | No | No | `native` | |
14 |
| -| NRRD ("nearly raw raster data") | `.nrrd`, `.nhrd` | No | No | `native` | |
15 |
| -| MetaHeader MetaIO | `.mhd`, `.mha` | No | No | `native` | |
16 |
| -| Tag Image File Format 2D/3D | `.tif`, `.tiff` | No | No | `native` | |
17 |
| -| QuakeMDL | `.mdl` | Yes | Yes | `native` | |
18 |
| -| CityGML | `.gml` | No | No | `native` | |
19 |
| -| Point Cloud | `.pts` | No | No | `native` | |
20 |
| -| Standard for the Exchange of Product Data | `.step`, `.stp` | No | No | `occt` | |
21 |
| -| Initial Graphics Exchange Specification | `.iges`, `.igs` | No | No | `occt` | |
22 |
| -| Open CASCADE Technology BRep format | `.brep` | No | No | `native` | |
23 |
| -| Alembic | `.abc` | No | Yes | `alembic` | |
24 |
| -| Wavefront OBJ | `.obj` | Yes | Yes | `native` | |
25 |
| -| GL Transmission Format | `.gltf`, `.glb` | Yes | Yes | `native` | |
26 |
| -| Autodesk 3D Studio | `.3ds` | Yes | No | `native` | |
27 |
| -| Virtual Reality Modeling Language | `.wrl` | Yes | No | `native` | |
28 |
| -| Autodesk Filmbox | `.fbx` | Yes | Yes | `assimp` | |
29 |
| -| COLLADA | `.dae` | Yes | Yes | `assimp` | |
30 |
| -| Object File Format | `.off` | Yes | No | `assimp` | |
31 |
| -| Drawing Exchange Format | `.dxf` | Yes | No | `assimp` | |
32 |
| -| DirectX | `.x` | Yes | Yes | `assimp` | |
33 |
| -| 3D Manufacturing Format | `.3mf` | Yes | No | `assimp` | |
34 |
| -| Universal Scene Description | `.usd`, `.usda`, `.usdc`, `.usdz` | Yes | Yes | `usd` | |
35 |
| -| VDB | `.vdb` | No | No | `vdb` | |
36 |
| -| 3D Gaussian splatting | `.splat` | No | No | `native` | |
37 |
| -| Compressed 3D Gaussian splatting | `.spz` | No | No | `native` | |
| 5 | +| Name | File Extension(s) | Full scene | Animation Supported? | Plugin | Reader Name | |
| 6 | +| ----------------------------------------- | ---------------------------------------------- | ---------- | -------------------- | ------------------|-------------------------| |
| 7 | +| Legacy VTK | `.vtk` | No | No | `native` | `VTKLegacy` | |
| 8 | +| VTK XML | `.vtp`, `.vtu`, `.vtr`, `.vti`, `.vts`, `.vtm` | No | No | `native` | `VTKXMLVT<P,U,R,I,S,M>` | |
| 9 | +| VTKHDF | `.vtkhdf` | No | Yes | `hdf` | `VTKHDF` | |
| 10 | +| EXODUS II | `.e`, `.ex2`, `.exo`, `.g` | No | Yes | `hdf` | `ExodusII` | |
| 11 | +| Polygon File Format | `.ply` | No | No | `native` | `PLYReader` | |
| 12 | +| Standard Triangle Language | `.stl` | No | No | `native` | `STL` | |
| 13 | +| DICOM | `.dcm` | No | No | `native` | `DICOM` | |
| 14 | +| NRRD ("nearly raw raster data") | `.nrrd`, `.nhdr` | No | No | `native` | `Nrrd` | |
| 15 | +| MetaHeader MetaIO | `.mhd`, `.mha` | No | No | `native` | `MetaImage` | |
| 16 | +| Tag Image File Format 2D/3D | `.tif`, `.tiff` | No | No | `native` | `TIFF` | |
| 17 | +| QuakeMDL | `.mdl` | Yes | Yes | `native` | `QuakeMDL` | |
| 18 | +| CityGML | `.gml` | No | No | `native` | `CityGML` | |
| 19 | +| Point Cloud | `.pts` | No | No | `native` | `PTS` | |
| 20 | +| Standard for the Exchange of Product Data | `.step`, `.stp`, `.stpnc`, `.p21`, `.210` | No | No | `occt` | `STEP` | |
| 21 | +| Initial Graphics Exchange Specification | `.iges`, `.igs` | No | No | `occt` | `IGES` | |
| 22 | +| Open CASCADE Technology BRep format | `.brep` | No | No | `native` | `BREP` | |
| 23 | +| Open CASCADE Technology XBF format | `.xbf` | No | No | `occt` | `XBF` | |
| 24 | +| Alembic | `.abc` | No | Yes | `alembic` | `Alembic` | |
| 25 | +| Wavefront OBJ | `.obj` | Yes | Yes | `native` | `OBJ` | |
| 26 | +| GL Transmission Format | `.gltf`, `.glb` | Yes | Yes | `native` | `GLTF`, `GLTFDraco` | |
| 27 | +| Draco | `.drc` | No | No | `draco` | `Draco` | |
| 28 | +| Autodesk 3D Studio | `.3ds` | Yes | No | `native` | `3DS` | |
| 29 | +| Virtual Reality Modeling Language | `.wrl`, `.vrml` | Yes | No | `native` | `VRMLReader` | |
| 30 | +| Autodesk Filmbox | `.fbx` | Yes | Yes | `assimp` | `FBX` | |
| 31 | +| COLLADA | `.dae` | Yes | Yes | `assimp` | `COLLADA` | |
| 32 | +| Object File Format | `.off` | Yes | No | `assimp` | `OFF` | |
| 33 | +| Drawing Exchange Format | `.dxf` | Yes | No | `assimp` | `DXF` | |
| 34 | +| DirectX | `.x` | Yes | Yes | `assimp` | `DirectX` | |
| 35 | +| 3D Manufacturing Format | `.3mf` | Yes | No | `assimp` | `3MF` | |
| 36 | +| Universal Scene Description | `.usd`, `.usda`, `.usdc`, `.usdz` | Yes | Yes | `usd` | `USD` | |
| 37 | +| VDB | `.vdb` | No | No | `vdb` | `VDB` | |
| 38 | +| 3D Gaussian splatting | `.splat` | No | No | `native` | `Splat` | |
| 39 | +| Compressed 3D Gaussian splatting | `.spz` | No | No | `native` | `SPZ` | |
38 | 40 |
|
39 | 41 | ## Reader options
|
40 | 42 |
|
|
0 commit comments