-
Notifications
You must be signed in to change notification settings - Fork 128
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
One or more issues with SSAO #13
Comments
Yes, that pass (actually passes, since there are several versions) is broken ATM. I have to fix it and push it. Shortly, hopefully! |
Cool! For anyone following along though, I've modified the THREE.js SSAO shader to work with WAGNER, for the time being:
and then
finally
|
Is there a working example of this? You mention you got it working with Wagner, however there is no reference to WAGNER in your code? |
@mflux where did you end up generating your depthTarget? Having trouble getting this to apply any change in my project, although it runs fine. Seems like the tDepth uniform isn't getting a proper depth texture, so I'm curious where you're getting it. Using WebGL2? |
In the examples/ssao.html it's missing a script tag:
<script src="../js/OrbitControls.js"></script>Also missing:
GET http://localhost:7000/Wagner.experimental.js 404 (File not found)
The output is also unexpected:
The text was updated successfully, but these errors were encountered: