DOCS: add missing cvars

master
Martin Gerhardy 2022-05-23 16:51:36 +02:00
parent 3b86c3b632
commit 61840ba418
2 changed files with 3 additions and 0 deletions

View File

@ -324,6 +324,8 @@ Config vars to control the meshing:
\fBvoxformat_withcolor\fP: Export vertex colors
.PP
\fBvoxformat_withtexcoords\fP: Export texture coordinates
.PP
\fBvoxformat_transform_mesh\fP: Apply the keyframe transforms to the mesh
.SH HOMEPAGE
https://github.com/mgerhardy/vengi

View File

@ -42,6 +42,7 @@ Exporting to ply, gltf, stl and obj is also supported. A few [cvars](Configurati
* `voxformat_quads`: Export to quads
* `voxformat_withcolor`: Export vertex colors
* `voxformat_withtexcoords`: Export texture coordinates
* `voxformat_transform_mesh`: Apply the keyframe transform to the mesh
Basic voxelization is supported for ply, gltf, stl and obj files, too. The following [cvars](Configuration.md) can be modified here: