Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Paper Doll" in inventory shows blue tint when menu is opened while looking at the floor #19

Open
XC3N opened this issue Aug 23, 2022 · 5 comments

Comments

@XC3N
Copy link

XC3N commented Aug 23, 2022

it seems some of the shaders affecting the water is also affecting the paper doll in inventory? Just tested with the latest commit and this is still happening, it is not happening when using openMW shaders.

The paper doll looks normal will looking up or ahead, and progressivly gets blue as you look towards the ground.

morobug
.

@XC3N XC3N changed the title "Paper Doll" in inventory shows blue tint when menu is opened will looking at the floor "Paper Doll" in inventory shows blue tint when menu is opened while looking at the floor Aug 23, 2022
@zesterer
Copy link
Owner

zesterer commented Aug 23, 2022

Unfortunately, this is a product of the unusual way OpenMW handles water reflection coordinate spaces. If you'd rather avoid the blue tint altogether (including underwater) you can change the MU_WATER constant in pbr.glsl to vec3(1.0, 1.0, 1.0) for now. I'm hopeful that a fix for this will emerge in time, although it might require changes to OpenMW itself.

@XC3N
Copy link
Author

XC3N commented Aug 23, 2022

This is a very minor issue, I don't really mind it ;) Just trying to help tackle issues if I can haha

@zesterer
Copy link
Owner

That's fine, I appreciate issues being reported so I can keep track of them and remember to fix them!

@vidfail
Copy link

vidfail commented Sep 3, 2023

I've found all kinds of interesting colors to paint the doll. It can also get over-saturated depending on what direction you're facing during daylight.

ApplicationFrameHost_NCO6YzC93j

@zesterer
Copy link
Owner

It's almost fun, in a way. I'll keep this issue open until such a time that a resolution is found, but solving this isn't a high priority for me at the moment (always happy to accept PRs though!)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants