Skip to content

Commit

Permalink
DOCS: fixed invalid slice reference
Browse files Browse the repository at this point in the history
this was removed in c035cc5
  • Loading branch information
mgerhardy committed Jan 14, 2025
1 parent 3c16fac commit 43248b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ VoxConvert:
- Removed the file type selection for source and target files in the ui
- Added script support to the ui
- `--usage` shows lua script details now
- Removed `--slice` (see `png` format)

VoxEdit:

Expand Down
4 changes: 2 additions & 2 deletions docs/voxconvert/Examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ The `--input` with e.g. `infile.png` will pick the depth map next to the image p
## Slice a volume into png images

`./vengi-voxconvert --input yourfile.vox --output output.png --slice --merge`
`./vengi-voxconvert --input yourfile.vox --merge --output output.png `

This imports `yourfile.vox` - does merge all the nodes into one and then export the png slices.
This imports `yourfile.vox` - merges all the nodes into one and then export the png slices.

## Convert all obj files in a zip

Expand Down

0 comments on commit 43248b1

Please sign in to comment.