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

3D mipmap compression is broken #80

Closed
solidpixel opened this issue Jan 14, 2020 · 0 comments
Closed

3D mipmap compression is broken #80

solidpixel opened this issue Jan 14, 2020 · 0 comments
Labels

Comments

@solidpixel
Copy link
Contributor

When mipmapping a 3D image with it is possible that the Z dimension in the input data collapses to one for a downscaled image because that happens to be the smallest dimension in the original data.

The current encoder will automatically convert this into a 2D image with an X x Y block size, ignoring the requested 3D block dimension. This breaks mipmapping, because all images in the chain must use the same block size.

@solidpixel solidpixel changed the title 3D mipmapping is broken 3D mipmap compression is broken Feb 5, 2020
@solidpixel solidpixel removed the 2.0 label Mar 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant