Commit Graph

538 Commits (master)

Author SHA1 Message Date
Martin Gerhardy db0999ef8c ALL: introduced highp vec types 2022-05-17 23:53:30 +02:00
Martin Gerhardy d57c4244cc TESTGPUMC: fixed size of the struct 2022-05-17 23:42:07 +02:00
Martin Gerhardy e6c6dbbda5 LIBS: updated dearimgui 2022-04-28 19:40:47 +02:00
Martin Gerhardy 2c5a4f1fa8 VOXELRENDER: renamed methods 2022-04-23 20:11:44 +02:00
Martin Gerhardy f425c549f7 UI: updated dearimgui 2022-04-14 18:57:13 +02:00
Martin Gerhardy 1cf6d667c8 LIBS: updated dearimgui 2022-03-25 19:52:57 +01:00
Martin Gerhardy 24656378f3 VOXELFONT: changed namespace 2022-03-17 16:08:01 +01:00
Martin Gerhardy 37ae366f60 LIBS: updated dearimgui 2022-03-09 18:26:48 +01:00
Martin Gerhardy 2e06087ce0 TESTS: use a fixed volume and no noise filled volume for the tests 2022-03-01 23:58:23 +01:00
Martin Gerhardy c29f5d3548 VOXEL: started to refactor the palette handling
export the palette image for ply mesh exports
2022-02-28 20:44:07 +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 ea8df5e26c LIBS: updated dearimgui 2022-02-17 19:26:28 +01:00
Martin Gerhardy 69c1d3eb20 TESTS: added blur test application 2022-02-10 17:22:16 +01:00
Martin Gerhardy 236e743530 LIBS: updated dearimgui 2022-02-06 14:17:40 +01:00
Martin Gerhardy b530a36da9 LIBS: updated dearimgui 2022-02-06 12:14:15 +01:00
Martin Gerhardy 2fe3187135 VIDEO: fixed gl version check issue
fixed glLineWidth handling for core profile > 3.2
2022-01-31 21:28:45 +01:00
Martin Gerhardy b0c65b352c RENDER: simplified bloom shader 2022-01-31 20:32:32 +01:00
Martin Gerhardy a1f2676937 RENDER: added blur and bloom renderer 2022-01-31 20:11:29 +01:00
Martin Gerhardy 2d147a406d UI: use the default sdl backend from dearimgui
updated dearimgui
2022-01-22 18:25:00 +01:00
Martin Gerhardy ff92e77d1a LIBS: updated dearimgui 2022-01-14 22:35:19 +01:00
Martin Gerhardy 4a9dad5ec7 LIBS: updated dearimgui to 1.87 WIP 2022-01-05 12:13:38 +01:00
Martin Gerhardy 6d4d455dbc LIBS: updated dearimgui to 1.86 2021-12-26 19:13:38 +01:00
Martin Gerhardy df17442b92 LIBS: updated dearimgui 2021-12-16 19:04:18 +01:00
Martin Gerhardy 664eab6188 LIBS: updated dearimgui 2021-12-06 18:11:10 +01:00
Martin Gerhardy f5d7b190d7 TRAZE: removed traze client
looks like traze is no longer available at https://traze.iteratec.de/
2021-11-21 22:00:55 +01:00
Martin Gerhardy 45ad8fd7c9 VIDEO: renamed init to setSize 2021-11-19 16:16:13 +01:00
Martin Gerhardy a494c2c32b VIDEO: updated Camera::init() method 2021-11-19 16:16:13 +01:00
Martin Gerhardy 5124e9d3c2 VIDEO: removed unused member from Camera class 2021-11-14 11:29:39 +01:00
Martin Gerhardy 95130906fa LIBS: updated dearimgui 2021-11-13 08:13:44 +01:00
Martin Gerhardy 8286f134b5 LIBS: updated dearimgui 2021-11-08 18:50:14 +01:00
Martin Gerhardy 60ef5d3c37 CMAKE: reverted previous commit and just make it a dependency 2021-10-27 21:20:27 +02:00
Martin Gerhardy 91b140ccb5 CMAKE: fixed missing shared object for anim module if e.g. voxedit was built directly
the dependency to the shared lib wasn't modelled properly
2021-10-27 21:13:05 +02:00
Martin Gerhardy b032933361 VIDEO: renamed a few methods of the Camera class 2021-10-16 16:50:48 +02:00
Martin Gerhardy ab92c3cb68 LIBS: updated dearimgui 2021-10-16 15:11:20 +02:00
Martin Gerhardy e0e673a9e6 TESTCAMERA: fixed warnings 2021-10-14 22:51:08 +02:00
Martin Gerhardy cab218f5dd TESTCAMERA: don't rotate by default 2021-10-14 17:24:48 +02:00
Martin Gerhardy 68740d1772 UI: updated dearimgui and added ImGuiColorTextEdit
https://github.com/BalazsJako/ImGuiColorTextEdit
2021-09-28 17:01:35 +02:00
Martin Gerhardy 8995bcfb07 LIBS: updated dearimgui 2021-09-19 20:18:31 +02:00
Martin Gerhardy e93c84bf39 ALL: removed turbobadger support 2021-09-19 19:18:12 +02:00
Martin Gerhardy eaf813ea0d ALL: replaced std::shared_ptr with core::SharedPtr 2021-07-29 20:27:28 +02:00
Martin Gerhardy 981a0bc5d6 ALL: replaced std::shared_ptr with core::SharedPtr 2021-07-29 20:16:11 +02:00
Martin Gerhardy 3d8a0a1e12 LIBS: updated dearimgui 2021-07-29 19:54:03 +02:00
Martin Gerhardy 5f40aa752d ALL: replaced std::shared_ptr with core::SharedPtr 2021-07-26 16:28:21 +02:00
Martin Gerhardy d880b92848 INPUT: renamed class from Input to TTY 2021-07-20 19:43:34 +02:00
Martin Gerhardy 0d78041f86 LIBS: updated dearimgui 2021-07-19 19:37:59 +02:00
Martin Gerhardy ae9358f28e LIBS: updated dearimgui 2021-04-15 23:46:29 +02:00
Martin Gerhardy bdbd9fdad4 LIBS: updated dearimgui 2021-03-20 07:27:10 +01:00
Martin Gerhardy 21e64937bd LIBS: updated dearimgui 2021-02-17 22:28:20 +01:00
Martin Gerhardy fc73aa6ab9 LIBS: updated dearimgui 2021-01-28 18:04:42 +01:00
Martin Gerhardy d05bc273ad LIBS: updated dear imgui to 1.80 2021-01-23 08:41:22 +01:00