WIP CameraEffects implementation (bokeh not working for now)

This commit is contained in:
Juan Linietsky 2020-01-13 15:37:24 -03:00
parent bd364d1447
commit f14defb6f9
25 changed files with 803 additions and 308 deletions

View file

@ -153,6 +153,7 @@ void VisualServerWrapMT::finish() {
camera_free_cached_ids();
viewport_free_cached_ids();
environment_free_cached_ids();
camera_effects_free_cached_ids();
scenario_free_cached_ids();
instance_free_cached_ids();
canvas_free_cached_ids();