Skip to content

1. Introduction

Nicolas Perrier edited this page May 26, 2021 · 8 revisions

What is FileToVox ?

FileToVox is a console program which allow you to convert a file into a vox file (Magicavoxel). This program is developed only by Zarbuz. For any help request, please contact @Zarbuz on the MagicaVoxelCommunity Discord Server

Please leave the "Issues" tab for the bug report or request for new features.

About FileToVox

FileToVox is a console program. However, there is a "FileToVoxGUI" interface (only for Windows).

Current files support:

  • .asc (Esri ASCII raster format)
  • .binvox
  • .csv
  • .fbx
  • .json (House-made format)
  • .obj
  • .ply (Binary and ASCII)
  • .png
  • .schematic
  • .tif
  • .qb (Qubicle)
  • .xyz (X Y Z R G B)
  • folder (of .PNG)

How use it ?

1. With command prompt

  • You need to open a console (like cmd or Powershell in Windows)
  • Go to the emplacement of FileToVox.exe
  • Launch the command : FileToVox.exe --i [INPUT] --o [OUTPUT]
  • [INPUT] refer to a input filepath (mandatory)
  • [OUTPUT] refer to the destination path (mandatory)

2. With FileToxGUI

You can use the new interface FileToVoxGUI for easier use. This interface is still preliminary and improvements are to be expected.

Video Tutorials

Clone this wiki locally