Home > Blockchain >  Incorrect shadows from point light
Incorrect shadows from point light

Time:05-24

When a light source (point light) is close to any object, a strange glare appears on it. I noticed that this problem is related to the parameter Near Plane, if I put it to a value of 1.6 or more, then the glare disappears, but then the shadows from objects within a certain radius are not displayed, is there a way to save the shadows and remove the glare?

Glare Example

Point light

CodePudding user response:

I just increased the bias parameter to 0.032 and the glare disappeared.

  • Related