-
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
Missing tiles in VR mode (regression w.r.t. Cesium 1.44) #6612
Comments
Here is an example for a 1280x1024 screen device. Just click on the VR button and shortly after the camera will be moved to a problematic (position,direction) pair. Problem reproduced with a chromium browser under Lubuntu. |
Here is a possible fix that makes the |
Hello, it would be cool if someone could have a short look on the two small commits below and say whether they are worth submitting a PR. |
Hi @glathoud! I'm not super familiar with this area of the code, but your fix make sense to me. It would be great if you can open a PR with that fix! Thanks! |
@hpinkos thanks for looking at the code. I just created the PR. |
Hello, sometimes in VR mode some tiles are not displayed. From what I could see, the issue happens with Cesium 1.45 but not with Cesium 1.44.
To reproduce the issue:
vrButton: true
to the Viewer configI also tried
scene.logarithmicDepthBuffer = false
but that did not change the behaviour.Below, you can see the code, and screenshots taken with Cesium v1.44 and v1.45 at similar positions.
If I can do anything to further help, please let me know.
Screenshots
Code with
vrButton: true
:Position 1, Cesium 1.44:
...vs Cesium 1.45:
Position 2, Cesium 1.44:
...vs Cesium 1.45:
The text was updated successfully, but these errors were encountered: