Replies: 1 comment
-
|
I believe you are correct - there could in theory be small single pixel errors due to how the power of two version is constructed initially. The mips themselves should be conservative (in the sense that they shouldn’t amplify the error). The motivation for downsampling into a power of two target was to make it easy to do a conservative reduction as if the same issue happened during mip construction, the results would likely be visible in practice. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! I'm implementing 2-pass HZB occlusion culling and while inspecting your implementation I've noticed that your depth pyramid might not always be conservative, so I'd like to clarify if it's indeed so or I understand it wrong.
Let's examine simplified 1D example that I've been thinking of:
Could you please comment on that?
Beta Was this translation helpful? Give feedback.
All reactions