Merge branch 'main' into atlas-integration

This commit is contained in:
Lucas Dower 2021-10-29 20:59:04 +01:00 committed by GitHub
commit 890fc6f1d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
# ObjToSchematic
A tool to convert .obj files into Minecraft Schematics.
A tool to convert .obj model files into Minecraft Schematics or [Litematica](https://www.curseforge.com/minecraft/mc-mods/litematica/files).
![Preview](/resources/preview3.png)
@ -39,6 +39,7 @@ A tool to convert .obj files into Minecraft Schematics.
* 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)
* Dithering
0.5
* ⌛ Multithreading (see [web-workers](https://github.com/LucasDower/ObjToSchematic/tree/web-workers))