Commit Graph

31 Commits

Author SHA1 Message Date
4VRDriver
dd44888a4d Basic shadows (not working very well yet) 2020-09-24 14:36:57 +02:00
4VRDriver
bbd186bca9 Add exposure HDR lighting 2020-09-22 10:40:25 +02:00
4VRDriver
9dd8ae4018 Create Framebuffer render function 2020-09-21 17:41:28 +02:00
4VRDriver
d641944119 Implement basic sRGB. Include frambuffers and postprocessing. 2020-09-21 00:30:37 +02:00
4VRDriver
242b50e9ef Add Skybox 2020-09-19 00:21:49 +02:00
4VRDriver
717447eebf Enable MSAA 2020-09-18 21:05:05 +02:00
4VRDriver
6612b65ffa Add ground 2020-09-18 19:46:40 +02:00
4VRDriver
3c7968407b Implement Quaternions
Undefined behaviour of the light source
2020-09-17 21:23:38 +02:00
4VRDriver
ba5188e50b Add LightColor to imgui menu 2020-09-17 13:55:29 +02:00
4VRDriver
065ec8d7ae Fix lighting: Normalmatrix was never applied 2020-09-17 12:39:59 +02:00
4VRDriver
56190d3cb6 Add Directional Light to world class 2020-09-15 13:46:17 +02:00
4VRDriver
88bfbc46be Added missing input.close() 2020-09-14 22:20:10 +02:00
4VRDriver
b957e4a5ee Change Scene to World 2020-09-14 21:59:13 +02:00
4VRDriver
9d93d6efc3 Further progress 2020-09-12 22:23:09 +02:00
4VRDriver
917c0db0d0 Basic concept working 2020-09-12 21:21:36 +02:00
4VRDriver
712c2655cf First progress, not yet functional 2020-09-11 11:11:11 +02:00
4VRDriver
04e55ad2ba Complete input refactor 2020-09-10 20:59:39 +02:00
4VRDriver
146392ae22 Add ImGui in Debug Mode,
improvement of input handling
2020-09-10 15:51:12 +02:00
23497ce626 New model loading 2020-09-08 21:31:58 +00:00
4VRDriver
664523a515 Rename shaders 2020-09-08 00:28:07 +02:00
4VRDriver
4b7e9eeee8 Generalize directional light, spot light, point light 2020-09-07 00:24:15 +02:00
4VRDriver
4cba3da667 Flashlight 2020-09-06 22:53:17 +02:00
4VRDriver
1442d81549 Light attenuation 2020-09-06 22:32:46 +02:00
4VRDriver
6cf551ffb4 Load in normal and height maps
(model loading, not rendering)
2020-09-06 21:18:48 +02:00
4VRDriver
8b1fe545c1 Specularmap support,
(fix bug in texture binding!)
2020-09-06 20:37:59 +02:00
4VRDriver
bd2df7e928 Materials and light properties 2020-09-06 16:55:54 +02:00
4VRDriver
192082043e Add basic phong lighting
(ambient+diffuse+specular)
2020-09-06 14:59:53 +02:00
4VRDriver
e4139105ee Add a basic entity class 2020-09-06 13:02:40 +02:00
4VRDriver
c0cbf8c257 Small cmake changes 2020-09-05 19:05:25 +02:00
4VRDriver
fff7c0bde2 Bug fixes in modelloading 2020-09-05 13:21:19 +02:00
4VRDriver
dead2521c8 Reorganize and add License 2020-09-05 11:32:30 +02:00