1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

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
30 changed files with 354 additions and 15 deletions

View File

@@ -687,6 +687,8 @@ public:
virtual void lightmap_set_probe_capture_update_speed(float p_speed) = 0;
virtual void lightmaps_set_bicubic_filter(bool p_enable) = 0;
/* PARTICLES API */
virtual RID particles_create() = 0;