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

Compressed texture cannot be displayed #306

Closed
Jeggery opened this issue May 7, 2024 · 1 comment
Closed

Compressed texture cannot be displayed #306

Jeggery opened this issue May 7, 2024 · 1 comment

Comments

@Jeggery
Copy link

Jeggery commented May 7, 2024

The detection of compressed texture cannot be displayed on the page.
For example, this page uses ktx texture:
https://threejs.org/examples/webgl_loader_texture_ktx.html

compress

@sebavan
Copy link
Member

sebavan commented May 16, 2024

We can not read them easily and it would require to interject a special render pass to copy them into another texture which is to risky as it would change a lot of states in the context.

@sebavan sebavan closed this as completed May 16, 2024
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

No branches or pull requests

2 participants