Skip to content

Commit

Permalink
Outline mode info.
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyettinger committed Apr 29, 2015
1 parent 392aa7e commit 128e485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -6,7 +6,7 @@ Generates isometric pixel art from MagicaVoxel .vox files.
Usage
=====

IsoVoxel is a command-line program, and can be downloaded from this project's [Releases section](https://github.com/tommyettinger/IsoVoxel/releases). From the command line, use `IsoVoxel.exe file.vox x y z` where file.vox was saved from MagicaVoxel, and x, y, and z are the bounds of the file (if you don't include x y z it will use the size of the model as set in MagicaVoxel, and if you don't give a .vox file it defaults to Truck.vox , which is included. The bounds can all be increased up to a max of approximately 128). IsoVoxel will create a subdirectory named after the model (running on Truck.vox will create a folder called Truck) and fill it with 16 images: four for north/south/east/west, four for the diagonals between them, and an additional eight images that are each double-sized versions of one of the origial eight (which may have a significantly better appearance on certain models, particularly for north/south/east/west). It needs .NET 3.5 or higher (as of the time of writing, the current version available on Windows is at least 4.5), and has been confirmed at least once to work on Mono.
IsoVoxel is a command-line program, and can be downloaded from this project's [Releases section](https://github.com/tommyettinger/IsoVoxel/releases). From the command line, use `IsoVoxel.exe file.vox x y z o` where file.vox was saved from MagicaVoxel, x, y, and z are the bounds of the file, and o is an outline mode (if you don't include x y z it will use the size of the model as set in MagicaVoxel, if you don't give a .vox file it defaults to Truck.vox , which is included, and if you don't set include o it will use full outlining. The bounds can all be increased up to a max of approximately 128). The argument o can be one of the following or can be omitted: `outline=full` (the default, black outlines around the edge of the model and shading on inner gaps), `outline=light` (which uses the shaded color instead of black for outer outlines), `outline=partial` (which has no outer outlines but keeps shaded inner outlines), and `outline=none` (which has no inner or outer outlines). The arguments x y z can be omitted, and o can be placed as the last argument even if some or all of x y z have not been included. IsoVoxel will create a subdirectory named after the model (running on Truck.vox will create a folder called Truck) and fill it with 16 images: four for north/south/east/west, four for the diagonals between them, and an additional eight images that are each double-sized versions of one of the origial eight (which may have a significantly better appearance on certain models, particularly for north/south/east/west). It needs .NET 3.5 or higher (as of the time of writing, the current version available on Windows is at least 4.5), and has been confirmed at least once to work on Mono.

Results
=======
Expand Down

0 comments on commit 128e485

Please sign in to comment.