From fe53449c2fa724253411aa8d0e9e28d8215e197a Mon Sep 17 00:00:00 2001 From: Eisenwave Date: Mon, 1 Mar 2021 21:58:32 +0100 Subject: [PATCH] Update README.md --- README.md | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 0728806..4a84001 100644 --- a/README.md +++ b/README.md @@ -106,17 +106,21 @@ Supersampling will usually produce slightly more voxels. ## Supported Formats -- **Wavefront OBJ** (Read) -- **STL (Stereolithography)** (Read) -- **QEF** (Write) -- **VL32** (Write) -- **PLY** (Write) -- **VOX (Magica)** (Write, Experimental) -- **XYZRGB** (Write) - -**Warning:** VOX support is still experimental; writing the file in the end can take a long time because building a 255-color palette is somewhat inefficient. +| Name | Extension | Purpose | +| ----------------------- | --------- | ---------- | +| Wavefront OBJ | `obj` | Input | +| Stereolithography | `stl` | Input | +| Stanford Triangle | `ply` | Output | +| Qubicle Exchange Format | `qef` | Output | +| Magica Voxel | `vox` | Output\* | +| VL32 | `vl32` | Output | +| XYZRGB | `xyzrgb` | Output\*\* | + +**\*Warning:** VOX support is still experimental; writing the file in the end can take a long time because building a 255-color palette is somewhat inefficient. Use of streamable formats like VL32 is highly recommended, only use VOX for lower resolutions. +**\*\*Note**: XYZRGB's official extension is `xyzrgb` but the software [*FileToVox*](https://github.com/Zarbuz/FileToVox) uses the extension `xyz` instead. Rename the files before importing into *FileToVox*. + ### PLY The exported PLY files are point clouds consisting of vertices with integer coordinates: