EEVEE-Next: Do not use mip 1 for lightprobe sample in raytracing

This commit is contained in:
Clément Foucault
2024-02-21 19:53:14 +01:00
parent ca8a7c7054
commit c3a2c536f8

View File

@@ -74,7 +74,7 @@ vec3 lightprobe_spherical_sample_normalized_with_parallax(
float pdf_to_lod(float pdf)
{
return 1.0; /* TODO */
return 0.0; /* TODO */
}
vec3 lightprobe_eval_direction(LightProbeSample samp, vec3 P, vec3 L, float pdf)