WIP: eevee-next-world-irradiance #108304

Closed
Jeroen Bakker wants to merge 79 commits from Jeroen-Bakker:eevee-next-world-irradiance into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
1 changed files with 1 additions and 0 deletions
Showing only changes of commit aabd227ebc - Show all commits

View File

@ -102,6 +102,7 @@ void WorldProbePipeline::sync(GPUMaterial *gpumat, int face)
side.cubemap_face_ps.framebuffer_set(&side.cubemap_face_fb);
side.cubemap_face_ps.material_set(manager, gpumat);
side.cubemap_face_ps.push_constant("world_opacity_fade", 1.0f);
side.cubemap_face_ps.draw(DRW_cache_fullscreen_quad_get(), handle);
/* To allow opaque pass rendering over it. */