annieversary / bevy_color_blindness

Bevy plugin to simulate and preview different types of Color Blindness.
Apache License 2.0
33 stars 1 forks source link

Window rescaling doesn't change resolution of image for shader #2

Open Veritius opened 1 year ago

Veritius commented 1 year ago

When the post-processing effects are added to the camera, they match the current window. If the window is rescaled, the resolution remains the same, as well as only applying the effect to a similar region of the screen, which also cuts off anything outside it (not shown in video). Changing the setting doesn't fix the resolution.

https://user-images.githubusercontent.com/45957058/201458044-6e27ee7b-a459-4700-8346-477a616fe95f.mp4

Vrixyz commented 1 year ago

If you can retest after https://github.com/annieversary/bevy_color_blindness/pull/4 that'd be helpful :+1: