Skip to content
nimadez edited this page Oct 2, 2024 · 1 revision

JSON

Version >= 4.0.3

{
    "version": "Voxel Builder 1.0.0",
    "project": {
        "name": "untitled",
        "voxels": 1000
    },
    "data": {
        "voxels": "X,Y,Z,COLOR,VISIBLE;X,Y,Z,COLOR,VISIBLE;..."
    }
}

Deprecated INI

Version <= 4.0.2

Removed from version 4.3.1 onwards.

Deprecated TXT

Version <= 3.8.9

Removed from version 4.1.9 onwards.

vengi

vengi is a collection of voxel tools, VBX format is supported by vengi
https://mgerhardy.github.io/vengi/
https://mgerhardy.github.io/vengi/Formats/
VBXFormat

Clone this wiki locally