Raitch Posted June 5, 2018 Share Posted June 5, 2018 So I'm trying to make sense of this page (https://doc.babylonjs.com/resources/multi-platform_compressed_textures) and generate dxt files for my windows computer. Have been trying a bunch of things in the PVRTexTool with different encodings but none seems to be working in Babylon.js. Currently I get the errors: "only compressed formats currently supported" (which I've tried compressed format) and "WebGL warning: compressedTexImage2D: Invalid internalFormat 0x84bf56a2". Trying to figure out which one of these encodings that _might_ work is a mess. Have tried the ones under the compressed category with no dice. Anyone that has knowledge on how to make this work? Quote Link to comment Share on other sites More sharing options...
Raitch Posted June 5, 2018 Author Share Posted June 5, 2018 Okay so according to the page I need BCx Names but my Linux installation couldn't do them. Tried on my windows version and had success, so I guess it's solved though I'd prefer to only work on my linux computer. GameMonetize 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.