Commit Graph

122 Commits (cfbfc8bb06f5e2e77d379fda268fd3735759aa15)

Author SHA1 Message Date
Martin Gerhardy bba811b786 RENDER: merged the blur and bloom renderer into one class
improved the blur and bloom pass by down- and up-sampling the glow texture

this blog post helped a lot https://taylorpetrick.com/blog/post/convolution-part1
2022-02-23 18:59:57 +01:00
Martin Gerhardy ea76b47e9d DOCS: updated changelog 2022-02-22 19:01:18 +01:00
Martin Gerhardy 162898f92e DOCS: updated changelog 2022-02-22 17:37:26 +01:00
Martin Gerhardy 5b2a3f2350 DOCS: updated changelog 2022-02-16 20:23:54 +01:00
Martin Gerhardy cb3eb86d03 VOXELFORMAT: replaced enkimi again with my own (non-working) implementation for minecraft region files 2022-02-12 13:47:12 +01:00
Martin Gerhardy 049c93e057 ALL: version bump to 0.0.19 2022-02-12 09:33:50 +01:00
Martin Gerhardy 92efab0873 DOCS: updated changelogs 2022-02-12 09:30:45 +01:00
Martin Gerhardy 51266f19e1 DOCS: updated changelogs 2022-02-09 22:12:43 +01:00
Martin Gerhardy 15924d3eef DOCS: updated changelog 2022-02-04 20:05:23 +01:00
Martin Gerhardy 30f9d98231 DOCS: updated changelog 2022-01-29 10:19:53 +01:00
Martin Gerhardy 19bcb9dc1c VOXELFORMAT: started to read the nodes for qbcls 2022-01-25 20:25:20 +01:00
Martin Gerhardy 0e99f54d59 DOCS: updated changelog 2022-01-24 18:25:17 +01:00
Martin Gerhardy b88943c387 CMAKE: fixed build system issues
when building with GAMES disabled the voxelworldrenderer couldn't resolve the frontend module
removed our own unity build implementation - cmake has its own now
fixed warnings regarding the module name for the sdl2_mixer lib
removed vogl integration
converted macros into functions to reduce side effects
2022-01-24 18:18:25 +01:00
Martin Gerhardy 8cce883586 ALL: version bump to 0.0.18 2022-01-23 13:16:29 +01:00
Martin Gerhardy d2c9eca909 DOCS: updated changelog 2022-01-22 20:35:13 +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 46664a95b2 DOCS: updated changelog 2022-01-21 19:19:08 +01:00
Martin Gerhardy ac2ebcded9 DOCS: updated changelog 2022-01-19 23:17:09 +01:00
Martin Gerhardy a3f89c8a59 VOXCONVERT: added --dump command 2022-01-19 19:25:18 +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 a22ea1835f DOCS: updated changelog 2022-01-14 21:59:16 +01:00
Martin Gerhardy b669c76374 DOCS: updated changelogs 2022-01-12 00:06:52 +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 bd0b11f8de DOCS: updated changelog 2022-01-04 15:06:46 +01:00
Martin Gerhardy e5a30ddba9 IO: relative paths are appended to all known paths 2021-12-27 14:46:27 +01:00
Martin Gerhardy bb28f25904 ALL: bump version to 0.0.17 2021-12-27 12:01:19 +01:00
Martin Gerhardy 284b88cdc1 DOCS: updated changelog 2021-12-27 10:37:19 +01:00
Martin Gerhardy 66c496f840 DOCS: updated docs 2021-12-27 09:45:10 +01:00
Martin Gerhardy 8b4052324a DOCS: updated changelog 2021-12-26 17:05:42 +01:00
Martin Gerhardy 48600e466b DOCS: updated changelog 2021-12-23 16:04:43 +01:00
Martin Gerhardy 50e139ab3a VOXCONVERT: Set pivot via commandline
see issue #83
2021-12-22 16:07:11 +01:00
Martin Gerhardy 2507412134 DOCS: updated changelog 2021-12-22 00:52:57 +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 dc352e62ec VOXELFORMAT: preparation for qb to gox test
gox is using 16x16x16 chunks - and thus differ in volume sizes by design
2021-12-20 20:44:46 +01:00
Martin Gerhardy 937ca0244c DOCS: updated changelog 2021-12-19 19:04:41 +01:00
Martin Gerhardy 41d6766cbb VOXELFORMAT: support for old magicavoxel format (pre RIFF) 2021-12-19 11:24:10 +01:00
Martin Gerhardy 1fc3d66c90 VOXELFORMAT: fixed vox saving 2021-12-19 11:03:28 +01:00
Martin Gerhardy 9fbfa0732a ALL: bump version to 0.0.16 2021-12-18 14:18:46 +01:00
Martin Gerhardy b52e451fa0 DOCS: updated changelog with release dates 2021-12-18 14:11:56 +01:00
Martin Gerhardy 4d79b7785c VOXCONVERT: add rotate option 2021-12-17 23:35:22 +01:00
Martin Gerhardy 544bcc431f DOCS: updated changelog 2021-12-17 23:23:59 +01:00
Martin Gerhardy 09586d5520 DOCS: updated changelog 2021-12-17 23:03:16 +01:00
Martin Gerhardy 362843aabd VOXCONVERT: implemented layer filtering 2021-12-17 15:46:55 +01:00
Martin Gerhardy 0d3e537b4a DOCS: updated changelog 2021-12-17 09:22:35 +01:00
Martin Gerhardy 36a873a333 VOXCONVERT: added scripting support 2021-12-15 22:35:28 +01:00
Martin Gerhardy f67eccde52 DOCS: updated changelogs 2021-12-15 21:13:30 +01:00
Martin Gerhardy b21b691977 DOCS: updated changelog 2021-12-12 02:38:30 +01:00
Martin Gerhardy 63ae1fe179 VOXELFORMAT: added sproxel support 2021-12-12 00:59:48 +01:00