Commit Graph

733 Commits (016631bb015005dc0338cd4a73be342a0a06f9ce)

Author SHA1 Message Date
Martin Gerhardy 86f2563c55 VOXELFORMAT: added stl read and write support 2022-03-08 16:56:59 +01:00
Martin Gerhardy 671bb8e591 VOXEDIT: fixed screenshot creation 2022-02-27 16:31:56 +01:00
Martin Gerhardy 249707187f DATA: added new voxel model 2022-02-24 19:31:52 +01:00
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 a34046751e UI: updated fork awesome font and icons 2022-02-21 20:20:37 +01:00
Martin Gerhardy fa7ead888f DATA: converted on the minecraft region files to qb
to compare them for tests
2022-02-13 12:11:27 +01:00
Martin Gerhardy 2e83becf57 DATA: new test files (voxedit version 9 vxr)
created with voxedit e2de1723
2022-02-09 22:12:20 +01:00
Martin Gerhardy 58baf12148 VOXELFORMAT: extended magicavoxel vox test
... with a model made by lordkromdarr
2022-02-09 20:51:33 +01:00
Martin Gerhardy a1f2676937 RENDER: added blur and bloom renderer 2022-01-31 20:11:29 +01:00
Martin Gerhardy 16435c98c7 VOXELFORMAT: added qbcl writing support 2022-01-28 17:28:13 +01:00
Martin Gerhardy d113533ed9 DATA: added new test models provided by ivche 2022-01-22 11:55:37 +01:00
Martin Gerhardy 8c2e9429e3 VOXELFORMAT: fixed saving vox files 2022-01-21 21:30:41 +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 8efd04d3a6 VOXELFORMAT: disabled vxm rgb test 2022-01-18 18:48:27 +01:00
Martin Gerhardy 7ccc37d315 VOXELFORMAT: fixed rgb.vox file after x-axis flip 2022-01-11 23:53:17 +01:00
Martin Gerhardy fba8b9f1c0 TESTS: minecraft 1.18 file 2021-12-19 22:23:50 +01:00
Martin Gerhardy 63ae1fe179 VOXELFORMAT: added sproxel support 2021-12-12 00:59:48 +01:00
Martin Gerhardy fc63683830 VOXEDIT: allow to modify camera rotation and panning keys 2021-12-11 09:08:23 +01:00
Martin Gerhardy 94f848c654 VOXELFORMAT: fixed color saving 2021-12-10 07:05:12 +01:00
Martin Gerhardy 28362c20e0 IO: stream refactoring and fixes
extended gox importer - color issues are left and the z-axis flipping must be fixed
2021-12-10 06:42:11 +01:00
Martin Gerhardy 7deedf0e36 VOXELFORMAT: added gox format reading support 2021-12-08 17:42:43 +01:00
Martin Gerhardy 94128691a4 RMA: new module 2021-11-25 18:53:56 +01:00
Martin Gerhardy 7d134e2d31 VOXEDIT: added ctrl+y as redo key binding 2021-11-18 19:40:27 +01:00
Martin Gerhardy c337565b28 VOXELFORMAT: added incomplete qbcl format support
See issue #88
2021-10-27 14:14:41 +02:00
Martin Gerhardy 11041c1b81 VOXELFORMAT: fixed (now invalid) rgb.vox for the unittests 2021-10-16 14:39:30 +02:00
Martin Gerhardy c1efde8511 VOXELFORMAT: don't save the scenegraph atm for mv vox files
it looks like we are doing something wrong here - mv is not able to load any vox
files with the scene graph included
2021-10-16 14:21:34 +02:00
Martin Gerhardy a48363df5f DATA: magicavoxel.vox converted to vxm 2021-10-12 19:04:32 +02:00
Martin Gerhardy 07223ea5f3 TESTCORE: fixed comment 2021-09-25 14:28:02 +02:00
Martin Gerhardy 6fa21a6633 VOXEDIT: removed outdated bindings 2021-09-25 13:21:56 +02:00
Martin Gerhardy 7476322093 UI: added more icons 2021-09-21 19:45:41 +02:00
Martin Gerhardy e93c84bf39 ALL: removed turbobadger support 2021-09-19 19:18:12 +02:00
Martin Gerhardy 7d6cadcfa9 DATA: updated fonts 2021-08-06 15:10:52 +02:00
Martin Gerhardy e761238af1 VOXELFORMAT: added yet another qef file as test 2021-04-15 22:56:02 +02:00
Martin Gerhardy 13cfca07f4 VOXELFORMAT: added qef rgb test 2021-04-15 22:43:59 +02:00
Martin Gerhardy 7ff6baf7d4 DATA: updated icon font 2021-03-20 07:42:31 +01:00
Martin Gerhardy f1e220a97f DATA: added readme for fonts and icons 2021-03-20 07:21:18 +01:00
Martin Gerhardy 5d41fbcf48 GAMES: renamed projects 2021-03-20 07:14:20 +01:00
Martin Gerhardy dcdfaa06d1 UI: updated fonts 2021-02-02 22:48:59 +01:00
Martin Gerhardy d07b24acfb DOCS: fixed typo 2021-01-28 17:44:47 +01:00
Martin Gerhardy a3b460c45b CMAKE: install windows tile manifest 2020-12-04 18:29:51 +01:00
Martin Gerhardy ae9acc12cb DATA: fixed (now) invalid rgb voxel model 2020-10-07 22:23:37 +02:00
Martin Gerhardy 42c57a333b UTIL: allow to bind double click events 2020-10-04 13:30:06 +02:00
Martin Gerhardy cb6d05b099 VOXEDIT: allow to switch the active layer in scene mode 2020-10-04 12:30:14 +02:00
Martin Gerhardy 0886e6010b VOXEDIT: added example model 2020-10-03 13:27:22 +02:00
Martin Gerhardy 8c97f28152 BACKEND: fixed lua ai test scripts 2020-09-30 19:23:35 +02:00
Martin Gerhardy c77c255563 UI: support embedded ttf fonts for imgui 2020-09-24 19:16:38 +02:00
Martin Gerhardy ce7fb69f09 VOXELFORMAT: activated two vxl related tests 2020-09-15 20:37:34 +02:00
Martin Gerhardy ad947b794f VOXELFORMAT: extended vox test case 2020-09-15 18:59:43 +02:00
Martin Gerhardy 76af2d04c5 VOXELFORMAT: csm format support #56 2020-09-15 18:26:32 +02:00
Martin Gerhardy b423b498b7 COOLDOWN: refactored lua cooldown loading 2020-09-14 23:08:57 +02:00