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

Best Compressed texture format available on ML1 & Occulus #1420

Open
Palmer-JC opened this issue Dec 5, 2019 · 0 comments
Open

Best Compressed texture format available on ML1 & Occulus #1420

Palmer-JC opened this issue Dec 5, 2019 · 0 comments

Comments

@Palmer-JC
Copy link
Contributor

Not a bug, but an information request for people who have an ML1 or Occulus hardware to run https://www.babylonjs-playground.com/frame.htm#1SCH7H#5.

I had added multi-platform KTX textures support to Babylon.JS a while ago. The frame work goes through the formats in the order they are shown in the linked doc. The first one where the extension is supported gets chosen. They are listed in order of desirability.

If you knew what format that was for a given device in advance, you would only have to include that version of all the texture files for your scene for that build. I also think verifying that this works on actual hardware has probably not been done by anyone yet.

When you run the very simple scene, it brings up a texture with the name of the format baked right into it. Made it simple for devices like iPhone (PVRTC). It runs in exokit on my desktop, & I get

exokit ktx

Thanks!

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

1 participant