BabylonJS / Spector.js

Explore and Troubleshoot your WebGL scenes with ease.

Home Page:http://spector.babylonjs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compressed texture cannot be displayed

Jeggery opened this issue · comments

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

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.