We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On ios14.x, the EXRLoader can not load hdri since the commit #24181. The func parseInt64 caused this.
1.using r147/r148 EXRLoader to load hdri 2.can not start the loading neither in safari nor chrome
// code goes here
No response
r148
Mobile
Safari
iOS
The text was updated successfully, but these errors were encountered:
It seems indeed DataView.getBigInt64() is not supported in Safari 14 (but it should be supported in Chrome?). I can revert that change of parseInt64.
parseInt64
Sorry, something went wrong.
@LeviPesin We should probably revert that change yes.
parseInt64()
Successfully merging a pull request may close this issue.
Description
On ios14.x, the EXRLoader can not load hdri since the commit #24181. The func parseInt64 caused this.
Reproduction steps
1.using r147/r148 EXRLoader to load hdri
2.can not start the loading neither in safari nor chrome
Code
// code goes here
Live example
Screenshots
No response
Version
r148
Device
Mobile
Browser
Safari
OS
iOS
The text was updated successfully, but these errors were encountered: