Split GI effects and fix stereoscopic rendering of GI effects
This commit is contained in:
parent
c18d0f2035
commit
997810e417
52 changed files with 2149 additions and 1275 deletions
|
|
@ -1894,7 +1894,7 @@ void RendererSceneCull::_update_instance_aabb(Instance *p_instance) {
|
|||
|
||||
} break;
|
||||
case RenderingServer::INSTANCE_VOXEL_GI: {
|
||||
new_aabb = RSG::storage->voxel_gi_get_bounds(p_instance->base);
|
||||
new_aabb = RSG::gi->voxel_gi_get_bounds(p_instance->base);
|
||||
|
||||
} break;
|
||||
case RenderingServer::INSTANCE_LIGHTMAP: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue