Replies: 3 comments
-
Yes, this logic changed and went back and forth a bit (have you tested all the versions beyond 1.9?). We upgraded to floating point textures internally for PMREM, which simplified the code and improved the speed quite a bit. We couldn't find any devices that didn't support the extension we needed, but it was pretty likely something existed somewhere. What device(s) have you found this problem on? |
Beta Was this translation helpful? Give feedback.
-
I've just tested on 1.11.0 and 1.12.0. It behaves the same as 1.9.0 on both of those. The only device I know of currently with this issue is Huawei P8 (quite an old device). |
Beta Was this translation helpful? Give feedback.
-
Well, that's good at least. It's just not possible for us to support every old device, though we make a best effort especially for the more common ones. At least the old library versions are always available if you really need it for that device. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Astronaut model on modelviewer.dev and different models on other sites are completely black on certain Android devices when upgrading beyond v1.8.0. I.e. it works OK on 1.8.0 or lower but fails on 1.9.0 or higher on the same device / browser.
Console shows error:
model-viewer.js:16340 THREE.WebGLRenderer: EXT_color_buffer_float extension not supported.
model-viewer.js:16340
(line number and snippet are from a later version - whatever is currently on modelviewer.dev but the error is the same on v1.9.0).Stacktrace:
call comes from the following code where
internalFormat
is34842
on v1.9.0+I think
internalFormat
is32856
on v1.8.0 when it works OK but I'm debugging minified code so it's hard to tell for sure that it's the same function.Did the logic in
getInternalFormat
change in 1.9.0?Is there a way to get the newer versions to work on these devices or is the only solution to stay on 1.8.0?
Live Demo
Can be seen on modelviewer.dev with the (later than 1.9.0) version deployed on there today. Screenshot on #2949 shows how it looks (but that is describing a different issue)
Version
Browser Affected
OS
AR
N/A
Beta Was this translation helpful? Give feedback.
All reactions