virtualx-engine/drivers/gles3
Hugo Locurcio 09bedcead4
Add a per-light volumetric fog energy property
Per-light energy gives more control to the user on the final result of
volumetric fog. Specific lights can be fully excluded from volumetric fog
by setting their volumetric fog energy to 0, which improves performance
slightly. This can also be used to prevent short-lived dynamic effects
from poorly interacting with volumetric fog, as it's updated over several
frames by default unless temporal reprojection is disabled.

Volumetric fog shadows now obey Light3D's Shadow Opacity property as well.

The shadow fog fade property was removed as it had little visible impact
on the final scene's rendering.
2022-08-30 20:03:38 +02:00
..
effects Fix various bugs in GLES3 renderer that stopped it from running on web 2022-08-01 16:45:32 -04:00
environment Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
shaders Add font LCD sub-pixel anti-aliasing support. 2022-08-23 08:47:21 +03:00
storage Add a per-light volumetric fog energy property 2022-08-30 20:03:38 +02:00
rasterizer_canvas_gles3.cpp [Web] Rename JavaScript platform to Web. 2022-08-29 11:52:00 +02:00
rasterizer_canvas_gles3.h Add font LCD sub-pixel anti-aliasing support. 2022-08-23 08:47:21 +03:00
rasterizer_gles3.cpp [Web] Rename JavaScript platform to Web. 2022-08-29 11:52:00 +02:00
rasterizer_gles3.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
rasterizer_scene_gles3.cpp Rename str2var to str_to_var and similar 2022-08-26 14:58:22 +02:00
rasterizer_scene_gles3.h Add a shadow opacity property to Light3D 2022-08-07 11:06:32 +02:00
SCsub Split GI effects and fix stereoscopic rendering of GI effects 2022-06-22 12:50:17 +10:00
shader_gles3.cpp Rename String plus_file to path_join 2022-08-29 19:38:13 -05:00
shader_gles3.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00