Skip to content

Commit fe53449

Browse files
authored
Update README.md
1 parent 6f5d2a4 commit fe53449

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

README.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -106,17 +106,21 @@ Supersampling will usually produce slightly more voxels.
106106

107107
## Supported Formats
108108

109-
- **Wavefront OBJ** (Read)
110-
- **STL (Stereolithography)** (Read)
111-
- **QEF** (Write)
112-
- **VL32** (Write)
113-
- **PLY** (Write)
114-
- **VOX (Magica)** (Write, Experimental)
115-
- **XYZRGB** (Write)
116-
117-
**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.
109+
| Name | Extension | Purpose |
110+
| ----------------------- | --------- | ---------- |
111+
| Wavefront OBJ | `obj` | Input |
112+
| Stereolithography | `stl` | Input |
113+
| Stanford Triangle | `ply` | Output |
114+
| Qubicle Exchange Format | `qef` | Output |
115+
| Magica Voxel | `vox` | Output\* |
116+
| VL32 | `vl32` | Output |
117+
| XYZRGB | `xyzrgb` | Output\*\* |
118+
119+
**\*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.
118120
Use of streamable formats like VL32 is highly recommended, only use VOX for lower resolutions.
119121

122+
**\*\*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*.
123+
120124
### PLY
121125

122126
The exported PLY files are point clouds consisting of vertices with integer coordinates:

0 commit comments

Comments
 (0)