.inp (Voxel Text File) to .obj (Wavefront) converter.
This script converts to .obj file without the texture coordinates/normals. The faces are in quad mode.
First, clone the repository:
git clone git@github.com:memory-hunter/deVox.gitAnd then run the following command to install the dependencies.
pip install -r requirements.txtusage: deVox.py [-h] input
Convert a voxel file to an obj file.
positional arguments:
input Input voxel file.
options:
-h, --help show this help message and exit
