Skip to content

Releases: Zarbuz/FileToVox

FileToVox v1.6.0

08 May 20:08
3eb9209
Compare
Choose a tag to compare
  • Added support for .OBJ file
  • Added command option : --gs=VALUE : define the grid size (only for obj file). Default value is 126
  • Added command option : --slow=VALUE : use another algorithm to voxelize an .obj file. Much slower but result is more detailled. VALUE should be between 0.0 and 1.0 (0.5 is recommanded for most case)
  • Colors palette for schematic file is now loaded from config.txt (in Schematics folder). This means that you can add or modify the colors from a specific blocs.

FileToVox v1.5.5

06 May 16:40
Compare
Choose a tag to compare
  • Fixed schematic colors

FileToVox v1.5.4

05 May 17:45
Compare
Choose a tag to compare
  • Fixed conversion of schematic file when height is greater than 256

FileToVox v1.5.3

01 May 09:23
Compare
Choose a tag to compare
  • Bug fix when generation heightmap from external color image

FileToVox v1.5.2

22 Apr 21:27
Compare
Choose a tag to compare
  • Optimisation of conversion of a .PNG file

FileToVox v1.5.1

22 Apr 13:52
Compare
Choose a tag to compare
  • Fixed various bugs when exporting from a .PNG file with the --e option enabled

FileToVox v1.5

28 Mar 21:50
ef34226
Compare
Choose a tag to compare
  • New name (yeah!)
  • Added new command to load color from an external image file : --cm pathToFile.png or -color-from-file=pathToFile.png
  • Added support for converting .asc file (experimental)
  • Added support for converting .binvox file (experimental)
  • Added support for converting .qb file (experimental)

SchematicToVox v1.4.1

20 Mar 18:58
Compare
Choose a tag to compare
  • Fixed generation of picture
  • Reduced tarball size

SchematicToVox v1.4

08 Mar 20:51
Compare
Choose a tag to compare
  • Huge performance increase (use multiple CPU core)
  • MacOS support
  • Linux support
  • Switch from .NET framework 4.6.1 to .NET Core 2.1

SchematicToVox v1.3.4

09 Feb 21:26
Compare
Choose a tag to compare
  • Huge increase of performance for the --e option