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

Allow GLTF to use the ImageBitmapLoader with Firefox. #23742

Merged
merged 2 commits into from
Mar 18, 2022
Merged

Conversation

aardgoose
Copy link
Contributor

Related issue: #21003

Description

Allow GLTF to use the ImageBitmapLoader in Firefox.

The createImageBitmap options imageOrientation and premultiplyAlpha have been supported since FF 93 and colorSpaceConversion since FF 98.

Use createImageBitmap for firefox now options are implemented as of FF 98
Allow Firefox to use ImageBitmapLoader - createImageBitmap options supported as of FF98
@mrdoob mrdoob added this to the r139 milestone Mar 18, 2022
@mrdoob mrdoob merged commit b5244a8 into mrdoob:dev Mar 18, 2022
@mrdoob
Copy link
Owner

mrdoob commented Mar 18, 2022

Thanks!

@aardgoose aardgoose deleted the cib branch August 16, 2022 19:59
abernier pushed a commit to abernier/three.js that referenced this pull request Sep 16, 2022
* Update GLTFLoader.js

Use createImageBitmap for firefox now options are implemented as of FF 98

* Update GLTFLoader.js

Allow Firefox to use ImageBitmapLoader - createImageBitmap options supported as of FF98
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

Successfully merging this pull request may close these issues.

None yet

2 participants