mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Merge pull request #89919 from BlueCube3310/bicubic-lightmap
Implement bicubic sampling for lightmaps
This commit is contained in:
commit
8acd82f70e
30 changed files with 354 additions and 15 deletions
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue