# About _Ultraliser_ uses surface and solid voxelization [1, 2] to create large-scale volumes, with which we can reconstruct watertight surface meshes from non-watertight input meshes. In certain cases, we project the content of the intermediate volume grid along any of the axis to visualize its content and relate the results to the resulting mesh that is reconstructed at the final stage of the pipeline. ## Gray-scale Projections The current version of _Ultraliser_ has support to export [PPM images](http://netpbm.sourceforge.net/doc/ppm.html) along the XY, XZ and ZY directions using the following command line arguments: * ```--project-xy``` Adding this argument to the command line will project the volume along the Z-axis and create a gray-scale [PPM image](http://netpbm.sourceforge.net/doc/ppm.html). * ```--project-xz``` Adding this argument to the command line will project the volume along the Y-axis and create a gray-scale [PPM image](http://netpbm.sourceforge.net/doc/ppm.html). * ```--project-zy``` Adding this argument to the command line will project the volume along the X-axis and create a gray-scale [PPM image](http://netpbm.sourceforge.net/doc/ppm.html).
| Projection Plane | Projection Axis | Surface Voxelization | Solid Voxelization |
| :-: | :-: | :-: | :-: |
| XY | Z | |
|
| ZY | X |
|
|
| XZ | Y |
|
|
| Colormap | XY Projection Image (Solid Voxelization) |
| :-: | :--: |
| VIRIDIS | |
| PLASMA |
|
| INFERNO |
|
| MAGMA |
|
| CIVIDIS |
|
| GREYS |
|
| PURPLES |
|
| BLUES |
|
| GREENS |
|
| ORANGES |
|
| REDS |
|
| YLORBR |
|
| YLORRD |
|
| ORRD |
|
| PURD |
|
| RDPU |
|
| BUPU |
|
| GNBU |
|
| PUBU |
|
| YLGNBU |
|
| PUBUGN |
|
| BUGN |
|
| YLGN |
|
| BINARY |
|
| GIST_YARG |
|
| GIST_GRAY |
|
| GRAY |
|
| BONE |
|
| PINK |
|
| SPRING |
|
| SUMMER |
|
| AUTUMN |
|
| WINTER |
|
| COOL |
|
| WISTIA |
|
| HOT |
|
| AFMHOT |
|
| GIST_HEAT |
|
| COPPER |
|
| PIYG |
|
| PRGN |
|
| BRBG |
|
| PUOR |
|
| RDGY |
|
| RDBU |
|
| RDYLBU |
|
| RDYLGN |
|
| SPECTRAL |
|
| COOLWARM |
|
| BWR |
|
| SEISMIC |
|
| TWILIGHT |
|
| TWILIGHT_SHIFTED |
|
| HSV |
|
| PASTEL1 |
|
| PASTEL2 |
|
| PAIRED |
|
| ACCENT |
|
| DARK2 |
|
| SET1 |
|
| SET2 |
|
| SET3 |
|
| TAB10 |
|
| TAB20 |
|
| TAB20B |
|
| TAB20C |
|
| FLAG |
|
| PRISM |
|
| OCEAN |
|
| GIST_EARTH |
|
| TERRAIN |
|
| GIST_STERN |
|
| GNUPLOT |
|
| GNUPLOT2 |
|
| CMRMAP |
|
| CUBEHELIX |
|
| BRG |
|
| GIST_RAINBOW |
|
| RAINBOW |
|
| JET |
|
| NIPY_SPECTRAL |
|
| GIST_NCAR |
|