-
Notifications
You must be signed in to change notification settings - Fork 28
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
ssao effect is not working properly #20
Comments
the result is not entirely off, it does darken more where the surrounding depth map indicates occlusion. There a weird striping happening though and the filter just not working at all after a certain depth which could be an issue with the depth texture. Thanks for the report, I'll investigate in the coming weekend |
Thanks for your work here to bring post processing into VR. I will just post my code below. Thanks!
Let me know for any updates. Thanks! |
Hi, just come in to check if there is any updated news on this? |
I am working with aframe and want to try post processing using afame-effects. I tried bloom and godray, both worked fine. But when I tried ssao, it did not work at all. and the result is very weird. Below is the code. And the result looks like showed in the image.
Code:
I searched through google, but found no one using ssao with aframe. Any idea? Thanks!
@wizgrav
The text was updated successfully, but these errors were encountered: