Skip to content
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

Depth sorting not working in mono mode #15

Open
jcarpenter opened this issue Aug 3, 2015 · 2 comments
Open

Depth sorting not working in mono mode #15

jcarpenter opened this issue Aug 3, 2015 · 2 comments

Comments

@jcarpenter
Copy link

In mono mode the occlusion of elements is defined by element ordering and/or css z-index. The transform values do not seem to have any effect.

This effects both Firefox Nightly June 30 CSS VR build and latest Chrome.

Test case: http://mozvr.github.io/cssvr-experiments/20150802-04/index.html

The same scene viewed in VR mode renders correctly.

Mono mode:
mono

VR mode:
vr

@jcarpenter
Copy link
Author

We've seen this issue before in Firefox. Compare the following CodePen between FF and Chrome: http://codepen.io/suez/pen/GJKRPN

@dmarcos
Copy link
Contributor

dmarcos commented Aug 3, 2015

This looks the same bug as https://bugzilla.mozilla.org/show_bug.cgi?id=1175311

It is still present in the 2015-06-30 build.

On mono mode we're setting the projection matrix of the parent element instead of relying on the css perspective attribute. This is why the bug doesn't manifest on stereo. In the bug above, @kearwood suggested to use a w preserving projection matrix. I'm not sure what that exactly means. I asked him for clarification on bugzilla.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants