-
-
Notifications
You must be signed in to change notification settings - Fork 48
1. Introduction
Nicolas Perrier edited this page May 15, 2021
·
8 revisions
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.
This is a console program, you need some basic knowledge to be able to use this program. There is an interface developed by Patrikroy, however this program is completely obsolete from version v1.12 of FileToVox.
A dedicated interface for FileToVox is however under study (05/15/2021)
Current files support:
- .asc (Esri ASCII raster format)
- .binvox
- .csv
- .json (House-made format)
- .ply (Binary and ASCII)
- .png
- .schematic
- .tif
- .qb (Qubicle)
- .xyz (X Y Z R G B)
- folder (of .PNG)
- 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)