FiniteSingularity / obs-retro-effects

A collection of OBS filters to give your stream that retro feel.
GNU General Public License v2.0
109 stars 4 forks source link

[BUG] - CRT filter makes a hole thing glitch to the center of the screen #23

Closed decors1 closed 5 months ago

decors1 commented 5 months ago

Describe the bug CRT filter makes a hole thing glitch to the center of the screen. Looks like "Barrel Distortion" causes this trouble. And the combination with "stroke"(especialy inner) this becomes noticeable. Basically if you change the stroke order and you can avoid this glitch. At least it's not noticeable. But with tons of filters may this causes a trouble at some point.

To Reproduce

  1. Create Color Source with Black. (what ever sources but just easier to see the glitch)
  2. Add a Retro Effects with CRT on it.
  3. Make "Barrel Distortion" to like 0.
  4. Add "Stroke" as inner on it. And you'll see tiny white dot.
  5. Adjust "Barrel Distortion" value and that will change the behavior.

image

Environment

GPU

FiniteSingularity commented 5 months ago

Hi @decors1, thank you for the bug report. I'll take a look into this soon, and figure out what is going on.

decors1 commented 5 months ago

36 fixed the issue. 👍

Thx!