DOCS: updated voxconvert docs

master
Martin Gerhardy 2022-04-06 19:39:00 +02:00
parent 239e72e2ed
commit 1da6382c8f
1 changed files with 14 additions and 2 deletions

View File

@ -1,6 +1,18 @@
# About
Convert voxel volume formats between each other or export to obj or ply.
Command line tool to convert voxel volume, image or polygon formats between each other.
Modifying the voxels is also supported - rotating, transfering, create lod, extract palette, execute lua scripts and a lot more.
If you need a way to automate your voxel assets for your art pipeline, voxconvert might be a tool you find useful.
If you e.g. need to apply a snow layer on top of your voxels, put grass everywhere or just thicken your voxels - check our the lua script integration and the default scripts that are shipped with the tool.
If you have images that you would like to convert to voxels including depth, you can import the image as a plane and apply the depth values for each voxel.
Just check out the examples and the usage links below.
If you dislike the tool, found a bug or need a feature, please let us know.
# Further reading
@ -8,6 +20,6 @@ Convert voxel volume formats between each other or export to obj or ply.
* [Configuration](Configuration.md)
* [Examples](Examples.md)
* [Screenshots](Screenshots.md)
* [Supported voxel formats](../Formats.md)
* [Supported formats](../Formats.md)
* [Scripting support](../LUAScript.md)
* [Palettes](../Palette.md)