mirror of
https://github.com/LucasDower/ObjToSchematic.git
synced 2024-12-21 03:09:14 +08:00
Merge branch 'main' of https://github.com/LucasDower/ObjToSchematic into main
This commit is contained in:
commit
8c615bf507
25
README.md
25
README.md
@ -70,26 +70,37 @@ If you want to use the program without using the GUI, you can edit `/tools/headl
|
|||||||
* 🟢 **Transition to ray-based voxelisation**
|
* 🟢 **Transition to ray-based voxelisation**
|
||||||
* 🟢 **Dithering**
|
* 🟢 **Dithering**
|
||||||
|
|
||||||
0.5
|
[0.5](https://github.com/LucasDower/ObjToSchematic/releases/tag/v0.5-alpha)
|
||||||
* ⚪ Support for simplifying complex meshes
|
|
||||||
* 🟢 **Load custom block palettes and texture atlases**
|
* 🟢 **Load custom block palettes and texture atlases**
|
||||||
|
* Added custom tool scripts for building atlases and palettes
|
||||||
|
* 🟢 **Major refactor for extendibility**
|
||||||
|
* New interfaces: IImporter, IVoxeliser, IBlockAssigner, IExporter
|
||||||
|
* 🟢 **QoL editor impovements**
|
||||||
|
* Switch between Mesh/Voxel Mesh/Block Mesh rendering, zoom accessibility options, camera translation/centreing
|
||||||
|
* Debug draw options: grid, wireframe, normal, voxel algorithm debug
|
||||||
|
* 🟢 **Headless launch option**
|
||||||
|
* 🟢 **New voxelising algorithms**
|
||||||
|
* Normal-corrected ray-based (NCRB)
|
||||||
|
* BVH-accelerated ray-based
|
||||||
* 🟢 **Optimise construction of voxel mesh vertex buffers**
|
* 🟢 **Optimise construction of voxel mesh vertex buffers**
|
||||||
|
* 🟢 **Buffer refactor to support `OES_element_index_uint` WebGL extension (support for uint32 index buffers instead of uint16)**
|
||||||
|
|
||||||
|
0.6
|
||||||
|
* ⚪ Support for simplifying complex meshes
|
||||||
* 🟡 Web workers (see [web-workers](https://github.com/LucasDower/ObjToSchematic/tree/web-workers))
|
* 🟡 Web workers (see [web-workers](https://github.com/LucasDower/ObjToSchematic/tree/web-workers))
|
||||||
* Progress bar
|
* Progress bar
|
||||||
* Prevent UI hanging
|
* Prevent UI hanging
|
||||||
* 🟢 **Buffer refactor to support `OES_element_index_uint` WebGL extension (support for uint32 index buffers instead of uint16)**
|
|
||||||
* ⚪ Alpha support
|
* ⚪ Alpha support
|
||||||
* Alpha texture maps
|
* Alpha texture maps
|
||||||
* Transparent blocks
|
* Transparent blocks
|
||||||
* ⚪ Export to .nbt (structure blocks)
|
* ⚪ Importers for .fbx and .gltf
|
||||||
* ⚪ Import from .gltf
|
* ⚪ Exporters for .nbt (structure blocks)
|
||||||
|
|
||||||
0.6
|
0.7
|
||||||
* ⚪ Node.js C++ addons
|
* ⚪ Node.js C++ addons
|
||||||
* ⚪ Block painting
|
* ⚪ Block painting
|
||||||
* ⚪ Building guides
|
* ⚪ Building guides
|
||||||
* ⚪ Slice viewer
|
* ⚪ Slice viewer
|
||||||
* ⚪ .fbx import support
|
|
||||||
* ⚪ Support for non-block models (e.g. slabs, stairs, trapdoors, etc.)
|
* ⚪ Support for non-block models (e.g. slabs, stairs, trapdoors, etc.)
|
||||||
|
|
||||||
## Disclaimer
|
## Disclaimer
|
||||||
|
Loading…
Reference in New Issue
Block a user