Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Temechon/vscode-babylonjs-viewer


https://github.com/Temechon/vscode-babylonjs-viewer

Last synced: about 2 months ago
JSON representation

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.