@valeera/voxel
v0.1.1
Published
A voxel engine written in TS.
Downloads
5
Maintainers
Readme
Voxel
体素库。可以解析Magicavoxel的.vox格式文件,变成BufferGeometry。也可以将图片体素化。
demo
https://valeerajs.github.io/Voxel/example/index.html
https://valeerajs.github.io/Voxel/example/imageToVoxMesh.html
TODO
- 一些算法优化
- 模型转体素
- 体素转draco
- 更加强大的体素功能,支持贴图,多个面不同颜色。
- 自定义一种功能更好的二进制文件格式。因为Magicavoxel的.vox文件有一些功能的局限性。