This lead to the realization that I was using GL_NEAREST for the texture filtering and not GL_LINEAR. Switching to GL_LINEAR gives the following:
This still isn't what I'd expect to see, but at least I know that my seam finding algorithm is probably working correctly.

No comments:
Post a Comment