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 a bug with loading KTX cube textures #16088

Merged
merged 2 commits into from
Apr 2, 2019
Merged

Conversation

John-DeCorato-HZ
Copy link
Contributor

@John-DeCorato-HZ John-DeCorato-HZ commented Mar 28, 2019

Fixed #16089. Moved code accounting for moving past the data field for the size of the texture outside of the loop loading them.

For reference, see the loader this was ported from in Babylon for the correct implementation:

https://github.com/BabylonJS/Babylon.js/blob/master/src/Misc/khronosTextureContainer.ts#L169

Moved code accounting for moving past the data field for the size of the texture outside of the loop loading them.
@John-DeCorato-HZ John-DeCorato-HZ changed the title Fixed a bug with loading cube textures Fixed a bug with loading KTX cube textures Mar 28, 2019
@mrdoob mrdoob added this to the r104 milestone Mar 29, 2019
@mrdoob mrdoob merged commit 85b81c3 into mrdoob:dev Apr 2, 2019
@mrdoob
Copy link
Owner

mrdoob commented Apr 2, 2019

Thanks!

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.

None yet

3 participants