You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-9Lines changed: 13 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,17 +106,21 @@ Supersampling will usually produce slightly more voxels.
106
106
107
107
## Supported Formats
108
108
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.
**\*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.
118
120
Use of streamable formats like VL32 is highly recommended, only use VOX for lower resolutions.
119
121
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
+
120
124
### PLY
121
125
122
126
The exported PLY files are point clouds consisting of vertices with integer coordinates:
0 commit comments