Preview 3D models in VSCode
Support multiple formats:
3ds
3D Studio Maxdae
Collada digital asset exchangefbx
Filmboxstl
STereo-Lithographyobj
Wavefront OBJ
Several parameters to tweak, like materials, rendering, transform
Open models from disk or online
Use the THREE.js editor directly inside VSCode
- From the context menu supported file in the explorer
Open in Editor
Open in Viewer
- From the command palette
Open THREE.js Editor
Open URL in Viewer
Name | Type | Description |
---|---|---|
3dviewer.wireframe |
boolean |
Display mesh in wireframe mode |
3dviewer.background |
string |
Set the default background color (e.g. '#8f8f8f') |
3dviewer.boundingBox |
boolean |
Display a bounding box around the model |
3dviewer.grid |
boolean |
Display a grid at the origin |
3dviewer.gridSize |
number |
Set the size of the grid |
3dviewer.near |
number |
Set the near plane distance |
3dviewer.far |
number |
Set the far plane distance |
3dviewer.limitFps |
number |
Set the max fps (use 0 for no limit) |
3dviewer.hotReload |
boolean |
Enable hot reload mode for viewer |
3dviewer.hotReloadAutomatically |
boolean |
Enable this to reload models without the question popup |
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
Visual Studio Code v1.49.0