Commit Graph

49 Commits (master)

Author SHA1 Message Date
Martin Gerhardy c11729a505 VOXCONVERT: removed --src-palette 2022-05-23 20:37:46 +02:00
Martin Gerhardy 65fd0a688c DOCS: updated docs 2022-04-23 22:15:31 +02:00
Martin Gerhardy 1da6382c8f DOCS: updated voxconvert docs 2022-04-06 19:44:54 +02:00
Martin Gerhardy c18e4e89c7 VOXCONVERT: use the new volume import feature
and also allow to import both sides
2022-03-31 22:59:52 +02:00
Martin Gerhardy 60a5ec961d VOXCONVERT: allow to import input images as planes 2022-03-16 07:54:08 +01:00
Martin Gerhardy 0107996ab4 DOCS: added links to official docu 2022-03-15 16:13:49 +01:00
Martin Gerhardy 2392fed616 DOCS: updated example page for voxconvert 2022-03-15 16:07:01 +01:00
Martin Gerhardy 6bc216c025 DOCS: added asciinema recording to the examples docs 2022-03-09 12:30:07 +01:00
Martin Gerhardy dfa99749ce DOCS: yet another example for voxconvert 2022-02-12 09:50:21 +01:00
Martin Gerhardy e0f56744ab ALL: project rename 2022-01-23 23:22:47 +01:00
Martin Gerhardy e3cdd11697 VOXCONVERT: Set bounding box/volume for VXM file via command line #82
this can now be done by --translate and --resize
2022-01-21 22:19:19 +01:00
Martin Gerhardy a0246ed787 VOXCONVERT: updated docs 2022-01-18 18:57:44 +01:00
Martin Gerhardy 7ab6accc96 VOXELFORMAT: added basic obj voxelization
currently only the surface is voxelized - it's not yet filled with solids
the second open task is to weight the colors for a voxel by all triangles
2022-01-16 23:14:10 +01:00
Martin Gerhardy 46710b05e4 VOXCONVERT: added --export-layers parameter 2022-01-15 11:53:38 +01:00
Martin Gerhardy 70e4a2fc65 VOXCONVERT: allow to slice big volumes into several smaller ones #93 2022-01-04 15:37:38 +01:00
Martin Gerhardy 75045dc193 VOXCONVERT: add --crop parameter to resize volumes to its voxels #108 2022-01-04 15:04:58 +01:00
Martin Gerhardy e5a30ddba9 IO: relative paths are appended to all known paths 2021-12-27 14:46:27 +01:00
Martin Gerhardy 5266f7e43e DOCS: extracted configuration docs for voxconvert 2021-12-27 13:28:13 +01:00
Martin Gerhardy 506871d0a2 DOCS: restructured documentation a little bit 2021-12-27 12:57:34 +01:00
Martin Gerhardy 66c496f840 DOCS: updated docs 2021-12-27 09:45:10 +01:00
Martin Gerhardy 50e139ab3a VOXCONVERT: Set pivot via commandline
see issue #83
2021-12-22 16:07:11 +01:00
Martin Gerhardy 3c44e554f0 DOCS: cosmetric 2021-12-21 23:21:35 +01:00
Martin Gerhardy ed50cee7d9 VOXCONVERT: extract into methods and document execution order 2021-12-21 19:47:48 +01:00
Martin Gerhardy b5c8c297f9 DOCS: updated voxconvert examples 2021-12-21 19:38:42 +01:00
Martin Gerhardy eaa73bc3a4 VOXCONVERT: implemented --translate command line option 2021-12-21 17:51:09 +01:00
Martin Gerhardy b356e4f231 VOXCONVERT: allow to specify multiple input files
this can be used to merged several files into one target file
2021-12-21 17:23:23 +01:00
Martin Gerhardy 4d79b7785c VOXCONVERT: add rotate option 2021-12-17 23:35:22 +01:00
Martin Gerhardy b644a5c1e0 VOXCONVERT: added a new mirror feature 2021-12-17 23:39:36 +01:00
Martin Gerhardy 57f806a354 DOCS: updated voxconvert docs 2021-12-17 19:11:57 +01:00
Martin Gerhardy 362843aabd VOXCONVERT: implemented layer filtering 2021-12-17 15:46:55 +01:00
Martin Gerhardy aab7c3b3ef DOCS: missing parameters for voxconvert 2021-12-16 19:40:17 +01:00
Martin Gerhardy 4228ca6228 VOXCONVERT: updated docs and script handling 2021-12-16 17:13:52 +01:00
Martin Gerhardy ed26f407bb VOXCONVERT: heightmap to volume
see https://github.com/mgerhardy/engine/issues/94
2021-12-15 21:08:09 +01:00
Martin Gerhardy 48fafba468 DOCS: extended voxconvert docs 2021-12-01 07:44:25 +01:00
Martin Gerhardy f49aaab35d DOCS: updated voxconvert 2021-11-30 23:06:27 +01:00
Martin Gerhardy 92b3339536 DOCS: moved more documentation over to the mkdocs portal 2020-12-01 00:25:24 +01:00
Martin Gerhardy ec1de16f94 DOCS: updated documentation 2020-11-13 19:41:07 +01:00
Martin Gerhardy e1040e23ac DOCS: updated voxconvert docs 2020-10-01 23:25:34 +02:00
Martin Gerhardy 3a17de07ab VOXELFORMAT: fixed extension check in saveFormat function 2020-10-01 23:23:46 +02:00
Martin Gerhardy e2504ba797 VOXELFORMAT: colors and texcoords are optional 2020-09-30 23:18:24 +02:00
Martin Gerhardy e07f92b4d4 VOXFORMAT: support exporting quads to obj 2020-09-30 22:32:25 +02:00
Martin Gerhardy 904c899649 DOCS: updated voxconvert docs 2020-09-16 19:39:36 +02:00
Martin Gerhardy 0e81c19b25 VOXELFORMAT: implemented ply and obj exporters
VOXCONVERT: support writing obj files #43
There is currently no texture support - but it is planned. Right now
only vertex colors are supported
2020-09-16 19:30:55 +02:00
Martin Gerhardy 7afaf1b899 DOCS: just link to the supported formats 2020-09-15 18:47:09 +02:00
Martin Gerhardy 2538878c33 VOXELFORMAT: implemented qef writing 2020-08-04 17:51:14 +02:00
Martin Gerhardy 4f87e2b9ff DOCS: updated docs 2020-08-04 16:27:35 +02:00
Martin Gerhardy 1c0e9d7649 VOXCONVERT: updated docs 2020-08-02 19:51:40 +02:00
Martin Gerhardy 7df0bb9eb6 DOCS: restructured
added mapview and server section
added more images
moved changelog into docs/
2020-06-29 22:00:51 +02:00
Martin Gerhardy 49aaf1d2bc DOCS: moved voxconvert docs into docs/ folder 2020-06-29 20:45:03 +02:00