CesiumGS / cesium

An open-source JavaScript library for world-class 3D globes and maps :earth_americas:
https://cesium.com/cesiumjs/
Apache License 2.0
12.85k stars 3.47k forks source link

Post processing broken in VR mode #8705

Open lilleyse opened 4 years ago

lilleyse commented 4 years ago

Possibly the same underlying problem as https://github.com/CesiumGS/cesium/issues/8704 where full screen passes are not sampling the right part of the viewport.

Sandcastle (make sure to click the VR button) - AO only gets applied to the right eye.

bad1

emackey commented 4 years ago

Reminder: Cesium's "VR" mode pre-dates actual WebVR, which itself has been folded into WebXR. Rather than fixing bugs in Cesium VR, consider replacing it with a more modern WebXR integration.