stohrendorf / CroftEngine

An open-source Tomb Raider 1 engine remake
Other
285 stars 18 forks source link

Issue with blurry image on Linux #260

Closed Leebre closed 2 years ago

Leebre commented 2 years ago

I am seeing an issue on Linux with the in-game image becoming blurry under certain conditions. In particular, it seems to happen when I draw Lara's weapon and the camera zooms out (the zoomed-out image blurs slightly). I am using an Arch variant of Linux on an x86 desktop PC, will attach images below to illustrate.

Weapon holstered (not blurry):

Holstered_noblur

Weapon drawn (blurry):

Unholstered_blur

The blurring is quite subtle and seems to affect Lara in particular. It is quite noticeable in-game.

stohrendorf commented 2 years ago

This is depth of field. You can disable it in the display settings.

Leebre commented 2 years ago

This is depth of field. You can disable it in the display settings.

Ah ok. Yes, I turned off depth of field, lens distortion and film grain in the settings and it looks a lot sharper now. Thanks!