-
-
Notifications
You must be signed in to change notification settings - Fork 50
3. Commands
Nicolas Perrier edited this page May 15, 2021
·
14 revisions
--i --input=VALUE input mandatory file
--o --output=VALUE output mandatory file
--c --color enable color when generating heightmap
--cl --color-limit=VALUE set the maximal number of colors for the palette
--cm --color-from-file=VALUE load color from another file
--cs --chunk-size=VALUE set the chunk size (default: 128, min: 11, max: 256)
--e --excavate delete all voxels which doesn't have at least one face connected with air
--h --help help informations
--hm --heightmap=VALUE create voxels terrain from heightmap with the specified height
--p --palette=VALUE set the palette
--si --slice flag the current input folder as slice
--sc --scale=VALUE set the scale
--v, -verbose enable the verbose mode
| Command | .asc | .binvox | .csv | .obj | .ply | .png | .qb | .schematic | .tif | .xyz |
|---|---|---|---|---|---|---|---|---|---|---|
--color |
❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ✅ | ❌ |
--color-limit |
❌ | ❌ | ✅ | ❌ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ |
--color-from-file |
❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ✅ | ❌ |
--chunk_size |
✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
--excavate |
❌ | ❌ | ❌ | ✅ | ❌ | ✅ | ❌ | ✅ | ✅ | ❌ |
--heightmap |
❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ✅ | ❌ |
--palette |
✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
--slice |
❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ |
--scale |
❌ | ❌ | ✅ | ❌ | ✅ | ❌ | ❌ | ✅ | ❌ | ✅ |