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

Ambient Occlusion not matching on both eyes #102

Open
JeremieGuy opened this issue Jan 6, 2024 · 2 comments
Open

Ambient Occlusion not matching on both eyes #102

JeremieGuy opened this issue Jan 6, 2024 · 2 comments

Comments

@JeremieGuy
Copy link

JeremieGuy commented Jan 6, 2024

Issue : The ambient occlusion for certain objects will not match on both eyes with certain angles. This leads to artefacts that make the object appear "shiny" and "dark" at the same time as the information received by both eyes is different. I don't know if this is a standard issue when porting to VR or if it's fixable in a managable scope.
Expected behavior : Both eyes receive the same ambiant occlusion data for the objects regardless of the viewing angle and the intensity

Playing on quest 3 via steamVR.

Thanks for the great mod by the way, much appreciated.

@LuigiEP
Copy link

LuigiEP commented Mar 19, 2024

same i have the meta quest 3 too

@ethyrx
Copy link

ethyrx commented Apr 5, 2024

This is just an issue with Screen Space Ambient Occlusion (SSAO) itself. It's a shader that calculates shadows based on what you see. However, each eye sees something different, so how it looks is going to be different for each eye. Personally I hate how it looks and turn it off.

However, theoretically you could turn it off, download something like Reshade, and create your own settings for an Ambient Occlusion shader. People have had success with it in SkyrimVR. https://www.reddit.com/r/skyrimvr/comments/rvbptd/beta_testing_lowcost_ambient_occlusionglobal/

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