summaryrefslogtreecommitdiff
path: root/servers/rendering/renderer_scene_occlusion_cull.h
AgeCommit message (Collapse)Author
2022-05-23Fix typo in occlusion culling warning method nameHugo Locurcio
2022-01-03Update copyright statements to 2022RĂ©mi Verschelde
Happy new year to the wonderful Godot community!
2021-09-10Occlusion culling fixesjfons
2021-08-09Some work on double supportAaron Franke
2021-06-03Rename Transform to Transform3D in coreAaron Franke
2021-04-23Implement occlusion cullingjfons
Added an occlusion culling system with support for static occluder meshes. It can be enabled via `Project Settings > Rendering > Occlusion Culling > Use Occlusion Culling`. Occluders are defined via the new `Occluder3D` resource and instanced using the new `OccluderInstance3D` node. The occluders can also be automatically baked from a scene using the built-in editor plugin.