#How to render ASTC texture?
4 messages · Page 1 of 1 (latest)
4 messages · Page 1 of 1 (latest)
I'm encoding images to ASTC textures with ARM-encoder: https://github.com/ARM-software/astc-encoder. How to render this texture with threejs?
you'd need to implement the loader & rendering
Oh I thought there is a loader already. Anyways, I couldn't find the file spec for the ASTC format. Could you link it?