From 1da6382c8f1c3d36d85e862acf2a598bc19ade3b Mon Sep 17 00:00:00 2001 From: Martin Gerhardy Date: Wed, 6 Apr 2022 19:39:00 +0200 Subject: [PATCH] DOCS: updated voxconvert docs --- docs/voxconvert/Index.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/docs/voxconvert/Index.md b/docs/voxconvert/Index.md index 27fc0169d..f074ddb97 100644 --- a/docs/voxconvert/Index.md +++ b/docs/voxconvert/Index.md @@ -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)