-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Texture compression #4758
Merged
Merged
Texture compression #4758
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
4cc7559
Add support for s3tc, pvrtc, and etc1 compressed textures and loading…
bagnell cd3b02a
Move exported function to the top
pjcozzi 797e43b
Style
pjcozzi a9fc4f9
Update CHANGES.md
pjcozzi 0235cec
Merge branch 'master' into texture-compression
bagnell ca72704
Fix failing tests.
bagnell 64dd9b4
Add ktx loading support to materials. Update Sandcastle and tests.
bagnell da6d1c6
Document type returned from loadKTX and doc unsupported features of t…
bagnell 172cc21
Fix typo.
bagnell b1876d9
Add missing sampler when loading glTF with comressed texture.
bagnell 1eef793
Merge branch 'master' into texture-compression
bagnell cb01073
Initial support for transcoding textures from crunch to DXT.
bagnell c67a2ca
Fix issue with binary glTF compressed textures.
bagnell bf97394
Merge branch 'texture-compression' into crunch
bagnell 68082c2
Move transcoding CRN to DXT to a web worker.
bagnell 5875390
Add support for embedded crunch textures in binary glTF. Update the doc.
bagnell ee6856c
Add crunch support to imagery provider and material. Add loadCRN test…
bagnell 252bb8b
Add model tests with crunch compressed textures.
bagnell f6cf955
Updates from review.
bagnell 73fc589
Update crunch.js and update licenses.
bagnell 304d32a
Merge pull request #4814 from AnalyticalGraphicsInc/crunch
pjcozzi 40f8bcd
Merge branch 'master' into texture-compression
bagnell ee85f5c
Update parsing glTF compressed textures.
bagnell d7d82d0
Add getCompressedTextureFormatSupported to Scene.
bagnell d1270e1
Merge branch 'master' into texture-compression
bagnell 7b9c700
Update test models with compressed textures. Fix binary glTF.
bagnell 3bd7004
Update texture specs after merge.
bagnell 324200c
Fix loading multiple textures.
bagnell f6ee997
Update ETC1 test.
bagnell 9574914
Fix failing CI tests.
bagnell 4b713b9
Merge branch 'master' into texture-compression
bagnell 697877c
Update CHANGES.md.
bagnell 3938f7b
Merge branch 'master' into texture-compression
bagnell ffa2554
Tweak CHANGES.md
pjcozzi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch!