open-goal / jak-project

Reviving the language that brought us the Jak & Daxter Series
https://opengoal.dev
ISC License
2.82k stars 173 forks source link

progress menu "screenshot" doesn't scale on window resize #2765

Open dallmeyer opened 1 year ago

dallmeyer commented 1 year ago

in windowed mode, open progress menu, resize window -> the "screenshot" behind the progress menu isn't scaling with the window

xTVaser commented 1 year ago

Is this just jak 2 or does it also effect jak1?

ManDude commented 1 year ago

This is for the blit effect in Jak 2.

ManDude commented 1 year ago

Might just not fix this... what should the intended behavior even be here?

water111 commented 1 year ago

I'm not saying we need to fix this, but I think one approach is to ditch the "blit screen" effect and just keep rendering the background. (like how it works in jak 1).

As far as I can tell the only reason they didn't do that is due to VRAM/texture page limitations.