-
-
Notifications
You must be signed in to change notification settings - Fork 36.1k
Add KTX2 docs #21169
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
Add KTX2 docs #21169
Conversation
|
Might be good to include a copy of |
|
Thanks! |
|
Notice this PR targeted the master branch. #21168, too. |
|
Yep, changed it myself. This requires a point release. |
|
BTW: Is there a way to prevent PRs targeting |
|
Well, maybe this one was not required for the point release, but while I was at it... 😇 |
I do not know, I wish there was a way. But at the same time, I wouldn't want to lose the flexibility. |
|
Ah okay! I was not aware you have changed the branch^^. |
|
Yeah, I was trying to push 0.125.2 to npm without the other changes in I think I did it correctly but somehow I ended up merging Anyway, should be good now I think🤞 |
|
Oh, I see what I did. I didn't think this was built on top of the latests in Anyway, I'm a git-noob still 😁 |
|
Amazing momentum Everyone! Cheers! and Thank you! |
Thanks to @donmccurdy we now have support for KTX2 textures, both in and out of glTF. This is just adding documentation (largely copied from the BasisTextureLoader docs).
It also includes a small update to the
.d.tsfile for KTX2Loader, so it might be nice to include this in the next point release, @mrdoob.