Commit Graph

202 Commits (opengl3)

Author SHA1 Message Date
Martin Felis 851a26c445 Minor cleanup 2019-04-23 23:30:36 +02:00
Martin Felis b456d24934 Enabled cascaded shadow maps in forward rendering mode 2019-04-23 23:17:10 +02:00
Martin Felis 2c132e2abc CMake: disabled googletest for now, use GLVND when searching for OpenGL 2019-04-23 23:14:31 +02:00
Martin Felis c1b3239249 glfw: disabled CMake warning 2019-04-23 23:13:58 +02:00
Martin Felis 5c9e6cf07b Added some minor instructions to README.md 2019-04-23 23:13:19 +02:00
Martin Felis 41fee52cf7 Disabled C based scene module 2019-04-23 23:12:38 +02:00
Martin Felis 4875e63950 Using Vector4fs for debug draw calls. 2019-04-23 11:43:57 +02:00
Martin Felis ffe4e3bec0 Deleted old SimpleMath, updated SimpleMathV2 2019-04-23 11:15:00 +02:00
Martin Felis 369d6a634b Removed building of fcl and physfs 2019-04-23 11:12:34 +02:00
Martin Felis 69c56269de Added C based scene module and render commands 2018-12-28 17:28:49 +01:00
Martin Felis 3e6b89f22c Minor fixes, added physfs 2018-12-26 23:40:59 +01:00
Martin Felis 0a88592462 Removed old 3rdparty code, added missing files 2018-12-26 23:36:54 +01:00
Martin Felis f3715f3a87 Using Posix Signals to trigger module reload, exposing more gltf properties to the gui 2018-12-26 23:34:13 +01:00
Martin Felis c1b39036db Merge branch 'simple_math_single_header' of ssh://i13s.de/martin/protot into simple_math_single_header 2018-12-23 11:21:00 +01:00
Martin Felis bb6a5c239d Added libccd and FCL 2018-12-23 11:20:54 +01:00
Martin Felis 09a1b24b42 Fix issues on my laptop 2018-12-17 22:35:45 +01:00
Martin Felis 6d7bd06c2c Fix erratic camera movement when right clicking and minor cleanup. 2018-12-15 23:19:14 +01:00
Martin Felis ea7e3113f4 Fix rendering of debug bone 2018-12-15 23:00:11 +01:00
Martin Felis 1dc77c2131 Fix specular lighting in forward mode and fix switching between forward and deferred lighting. 2018-12-15 22:52:37 +01:00
Martin Felis eb67c1deaf Switch to the docking code of dear imgui 2018-12-15 15:58:47 +01:00
Martin Felis f04a33d54b Revert custom changes to 3rdparty/imgui/examples/imgui_impl_opengl3.cpp 2018-12-15 14:46:05 +01:00
Martin Felis 293b41d1eb Merge branch 'simple_math_single_header' of ssh://i13s.de/martin/protot into simple_math_single_header 2018-12-15 14:15:01 +01:00
Martin Felis 0f15059ab5 intermediate commit 2018-12-15 14:14:22 +01:00
Martin Felis e1f5b0fa0f Applied changes to submit texture references to dear imgui 2018-12-15 14:12:06 +01:00
Martin Felis 60acd12d94 Updated dear imgui to 9b09c7597f6 2018-12-15 09:50:47 +01:00
Martin Felis 4e1687d80b Using new SimpleMathV2 2018-11-08 23:02:57 +01:00
Martin Felis 88898dedfc Some progress with new simple math (though still things wrong, e.g. orientation of model) 2018-10-15 21:52:43 +02:00
Martin Felis f820897417 Made it simpler to switch between old and new SimpleMath 2018-10-15 20:42:27 +02:00
Martin Felis 2bd2a99f29 Using newer simplemathv2, compiles fine but crashes :/) 2018-10-13 22:23:21 +02:00
Martin Felis 09db06fbfd Working on single header simple math version 2018-09-28 09:17:22 +02:00
Martin Felis 9588ee0674 Added DebugDrawing of bones 2018-09-14 20:41:24 +02:00
Martin Felis 36dad56871 Refactored drawing of debug stuff 2018-09-14 19:41:05 +02:00
Martin Felis 48a4725b51 Added icosphere primitive 2018-09-14 15:00:37 +02:00
Martin Felis 03a3b856d7 Forward rendering with simple shadow mapping works now. 2018-09-14 09:57:32 +02:00
Martin Felis 54d67cdeac Trying to copy the deferred result onto the main render target 2018-07-26 14:48:30 +02:00
Martin Felis 8694cddcdf Clean up 2018-07-26 14:07:06 +02:00
Martin Felis 9f36525b49 merge 2018-07-21 17:16:17 +02:00
Martin Felis 0fd0b8409e Added 4th shadow split and exposed per-split shadow map bias 2018-07-21 17:15:21 +02:00
Martin Felis ce1a6ce9a4 Tweaked shadow map cascades and adaptively send the program to sleep to reach a specfied refresh rate 2018-07-08 14:00:30 +02:00
Martin Felis e9ba7f77cc Implemented Cascaded Shadow Maps 2018-07-07 23:09:34 +02:00
Martin Felis e76f5f1976 Rendering of cascaded shadow maps works 2018-07-06 21:29:49 +02:00
Martin Felis b0808864b5 Further debugging cascaded shadow maps 2018-07-04 15:21:35 +02:00
Martin Felis aa4925b6c8 Properly computing splits for the given camera and light 2018-07-03 21:14:15 +02:00
Martin Felis 1f003e3ed7 Refactoring split computation (still in progress) 2018-07-02 22:43:45 +02:00
Martin Felis af7387175c Working on getting shadow map splits properly rendered 2018-07-01 00:10:13 +02:00
Martin Felis 0fceeca4de Fixed split bounding box computation 2018-06-29 22:10:49 +02:00
Martin Felis 3b327af022 Some more progress in visualizing splits 2018-06-29 21:18:38 +02:00
Martin Felis f5504efea7 Splits kind of correctly shown 2018-06-29 20:58:01 +02:00
Martin Felis 45e0dd9a9a Intermediate commit: trying to compute bounding box for splitted view frustum 2018-06-29 17:12:17 +02:00
Martin Felis cf7a71111d Added drawing of camera splits 2018-06-29 16:19:03 +02:00