You've already forked godot
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user