mirror of
https://github.com/godotengine/godot.git
synced 2025-11-10 02:21:15 +00:00
WIP CameraEffects implementation (bokeh not working for now)
This commit is contained in:
parent
bd364d1447
commit
f14defb6f9
25 changed files with 803 additions and 308 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue