This extension integrates the X_ITE X3D Browser into VS Code.
There is a command name: X3D: Preview 3D Model, with default key binding for Windows: CTRL + ALT + X, and for macOS: COMMAND + OPTION + X.
The above model and other sample models can be obtained from the X_ITE media repository.
With this extension you can preview 3D files in X_ITE. A new VS Code column is opened with the file preview.
| Encoding | File Extension | MIME Type |
|---|---|---|
| X3D XML | .x3d, .x3dz | model/x3d+xml |
| X3D JSON | .x3dj, .x3djz | model/x3d+json |
| X3D Classic VRML | .x3dv, .x3dvz | model/x3d+vrml |
| VRML | .wrl, .wrz | model/vrml |
| glTF | .gltf, .glb | model/gltf+json |
| Wavefront OBJ | .obj | model/obj |
| STL | .stl | model/stl |
| PLY | .ply | model/ply |
| SVG Document | .svg, .svgz | image/svg+xml |
Console messages from the preview are redirected to the Output panel of VS Code when you switch to the 'X_ITE' channel.
This software is licensed under the MIT License.

