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

Not possible to place non-projected DOM content in front of projected content in stacking context #12

Open
potch opened this issue Sep 5, 2014 · 0 comments

Comments

@potch
Copy link

potch commented Sep 5, 2014

The following doesn't seem to be possible:

<div class="fullscreen">
  <div class="threed content">
    html/css 3d content
  </div>
  <div class="hud">
    non-3d debuging/HUD info or WebGL content
  </div>
</div>

My assumption is that content that hasn't been given preserve-3d wouldn't be passed through the FOV projection, but it appears that it is:

screenshot 2014-09-05 10 11 50

The debug text in the above image does not have preserve-3d set- it is a direct descendant of the top-level container that was taken fullscreen.

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

No branches or pull requests

1 participant