Minor changes

This commit is contained in:
Lucas Dower 2021-10-30 02:18:35 +01:00
parent 016e1bda6b
commit bb37874e6f
8 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ Support for choosing the block palette is not yet supported. Instead, you can ed
* Alpha texture maps
* Transparent blocks
* ✔️ **Support for non-uniform block models** (i.e. not all sides have same texture e.g. Oak Log, Crafting Table)
* ⌛ UI Redesign (use an actual UI framework) (see [redesign](https://github.com/LucasDower/ObjToSchematic/tree/redesign))
* ✔️ **UI Redesign**
* Block palette (choose blocks to export with)
* Options for toggling fallable blocks
* Buffer refactor to support `OES_element_index_uint` WebGL extension (support for uint32 index buffers instead of uint16)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 87 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 109 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 223 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 280 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 593 KiB

After

Width:  |  Height:  |  Size: 724 KiB

View File

@ -24,7 +24,7 @@ function createWindow () {
enableRemoteModule: true
}
});
//mainWindow.removeMenu();
mainWindow.removeMenu();
// Load index.html