Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Temechon/vscode-babylonjs-viewer
https://github.com/Temechon/vscode-babylonjs-viewer
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/Temechon/vscode-babylonjs-viewer
- Owner: Temechon
- Created: 2017-04-23T14:09:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-18T09:09:58.000Z (over 7 years ago)
- Last Synced: 2024-05-02T12:41:09.964Z (7 months ago)
- Language: TypeScript
- Size: 1.53 MB
- Stars: 11
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Babylon.js file viewer
This extension adds a preview panel on .babylon file, displaying the file content.
## Screenshots
![File viewer](images/screen1.jpg)
## How to use it
Use `1` or `2` below:
1. Open a Babylon.js asset file (ends with `.babylon`). Press CTRL+ALT+O to open the preview panel.
2. Open a Babylon.js asset file (ends with `.babylon`). Press CTRL+SHIFT+P, and type `Babylon`. Press Enter.## Known Issues
File larger than 5MB cannot be seen by extensions, and thus will not be displayed.
## Release Notes
### 1.3.0
Number of vertices added
Total number of meshes added
Display if a mesh is pickable
When a mesh name is hovered, the mesh is highlighted in the scene
Added a wireframe button### 1.2.0
Updated for dark themes.
Added a button to hide/display a specific mesh
Improve support for 2/3 columns.### 1.1.0
Meshes list added. Replaced black clear color with transparent color.### 1.0.1
Icon and readme updated.### 1.0.0
Initial release of this extension.