Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upgooglevr only renders one eye #22318
Closed
Comments
|
This screenshot was taken in portrait mode for Cardboard, but Daydream in landscape mode exhibits the same behavior. |
|
stuck the fix for this in servo/rust-webvr#28, with the titlebar part in #22317 |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Building
./mach build --android -r --features googlevrand running https://manishearth.github.io/webgl-to-webvr/webvr.html has servo only rendering the right eye (if using Daydream, you need #22317). The webpage works fine in Chrome Canary.I did some debugging; we definitely submit the correct layer bounds to
GoogleVRDisplay::render_layer(), so the bug is elsewhere.cc @MortimerGoro @paulrouget