Merge pull request #89919 from BlueCube3310/bicubic-lightmap

Implement bicubic sampling for lightmaps
This commit is contained in:
Rémi Verschelde 2024-08-20 10:01:41 +02:00
commit 8acd82f70e
No known key found for this signature in database
GPG key ID: C3336907360768E1
30 changed files with 354 additions and 15 deletions

View file

@ -762,6 +762,7 @@ public:
FUNC1(directional_soft_shadow_filter_set_quality, ShadowQuality);
FUNC1(decals_set_filter, RS::DecalFilter);
FUNC1(light_projectors_set_filter, RS::LightProjectorFilter);
FUNC1(lightmaps_set_bicubic_filter, bool);
/* CAMERA ATTRIBUTES */