Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upReintroduce opaque culling via Z-buffer or stencil buffer #270
Comments
|
Not really relevant with WR2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is going to be important to reliably hit 60 FPS in browser.html on Retina displays. We have too much overdraw right now.
I think this needs to block browser.html. I believe it's already implemented in WR2, though.