Skip to content
Snippets Groups Projects
Commit 94b81311 authored by Philip Trettner's avatar Philip Trettner
Browse files

screenspace shadow fadout

parent a92c9434
No related branches found
No related tags found
No related merge requests found
Pipeline #17996 passed
glow-extras @ 80392d6e
Subproject commit 70ad93e464173fca1614e52ced41082f9d414524 Subproject commit 80392d6ea051651b9f89bfee75deb9717bf607e9
typed-geometry @ 36314b73
Subproject commit 323e4ce1ad9385dcb6cb44358fedb63e42438901 Subproject commit 36314b73b45aba62252fabfc142bd18b21d21acf
...@@ -397,6 +397,7 @@ void advanced_configs(pm::vertex_attribute<tg::pos3> const& pos) ...@@ -397,6 +397,7 @@ void advanced_configs(pm::vertex_attribute<tg::pos3> const& pos)
gv::view(pos, gv::tonemap_exposure(1.5f), "tonemapping"); gv::view(pos, gv::tonemap_exposure(1.5f), "tonemapping");
gv::view(pos, tg::aabb3(-2, 2), "custom scene AABB"); gv::view(pos, tg::aabb3(-2, 2), "custom scene AABB");
gv::view(pos, gv::grid_size(0.3f), gv::grid_center({1, 2, 3}), "custom grid configuration"); gv::view(pos, gv::grid_size(0.3f), gv::grid_center({1, 2, 3}), "custom grid configuration");
gv::view(pos, gv::shadow_screen_fadeout_distance(100.f), gv::print_mode, "100px shadow fadeout");
gv::view(pos, gv::print_mode, "print-friendly mode"); gv::view(pos, gv::print_mode, "print-friendly mode");
gv::view(pos, gv::background_color(tg::color3::blue), "custom BG color"); gv::view(pos, gv::background_color(tg::color3::blue), "custom BG color");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment