cedricpinson / vox2mesh

Convert .vox to .obj

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vox2mesh is a simple program to convert .vox file into obj file format. The support is still simple, more will probably come later. You can test vox models from https://github.com/ephtracy/voxel-model/

Usages

vox2obj input.vox output.obj

Build instructions

mkdir build; cd build;
cmake ../
make

About

Convert .vox to .obj


Languages

Language:C++ 96.8%Language:CMake 3.0%Language:Shell 0.1%