-
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
Android: FLOATING POINT TEXTURE EXTENSION IS REQUIRED BUT NOT SUPPORTED. #4563
Comments
Hello @wkoeter, |
Thanks for the fast reply. Indeed my Galaxy S7 seems to not support that extension. Is there a work around you might recommend? Or is it a dead end regarding my phone? Thanks in advance. |
Okey that is unfortunate indeed. |
IIRC this is a very widely supported extension (not sure why the S7 would not have it) and there were no good alternatives to not using it. We could consider a sub-optimal fallback if there's enough users expected to not have support for this for quite some time to come. |
According to https://community.arm.com/thread/9251, no Mali gpus support |
We've been looking into building on top of Cesium's VR capabilities (which is already limited to android devices) and this issue is really biting us since we invested in Samsung Galaxy + Gear setup for testing purposes |
What makes you say this? We've had Cesium running on Occulus devices in the past and there's no reason it can't work with other set ups as well (Vive, iphone, etc..). I'll admit that it might need some work to update to the latest WebVR spec and definitely needs more testing, but the landscape isn't as bleak as you're painting it. We would be happy to look at pull requests to improve Cesium's current implementation. That all being said, I'm firmly in the "Has to work on Galaxy" camp, and VR compatibility is an unrelated issue I'd be happy to discuss on the forum (where more people can chime in what their thoughts). |
@mramato should've kept it at +1 for Galaxy support 👍 My misspoken bleakness comes from ignorance as i'm just getting my feet wet with VR support. Will be in touch in the forums |
Reported on the forum: https://groups.google.com/d/msg/cesium-dev/Lsj-KsgR__U/3YYz5s4mAQAJ |
There's a workaround for this in #4700. We would appreciate if anyone is able to test the branch in that pull request and leave your feedback here. If all goes well, we plan to ship this in Cesium 1.28 tomorrow. |
- Update Cesium from 1.26.0 to 1.30.0 to fix issue seen in CesiumGS/cesium#4563
Update Cesium from 1.26.0 to 1.30.0 to fix issue seen in CesiumGS/cesium#4563
Update Cesium from 1.26.0 to 1.30.0 to fix issue seen in CesiumGS/cesium#4563
It appears that loading data gives the following error:
RUNTIMEERROR: THE FLOATING POINT TEXTURE EXTENSION IS REQUIRED BUT NOT SUPPORTED.
I have a Samsung Galaxy S7. I've tried multiple browsers aswell but it keeps failing. The same javascript has no errors on pc browser.
The text was updated successfully, but these errors were encountered: