Skip to content
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

Fixed texture offset with flipped textures like ktx #711

Conversation

pfcDorn
Copy link
Contributor

@pfcDorn pfcDorn commented Mar 12, 2024

This fixed issue #709

For materials which are not using the texture transform extension, it was using the wrong texture offset for flipped textures. Which should be y = 1 when the scale is set to y = -1. Before this fix it was using the default y = 0 offset.

#709 (includes test file)

@pfcDorn pfcDorn force-pushed the fix/texture-offset-with-ktx-textures branch from 5d2b878 to 343dd86 Compare March 12, 2024 09:13
@hybridherbst hybridherbst merged commit 343dd86 into KhronosGroup:dev Apr 4, 2024
1 check passed
@hybridherbst hybridherbst deleted the fix/texture-offset-with-ktx-textures branch April 14, 2024 00:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants