vr-components / css-vr-boilerplate

Getting started with VR CSS
2 stars 1 forks source link

Elements disappearing in VR mode #18

Open jcarpenter opened 9 years ago

jcarpenter commented 9 years ago

Elements that are visible in mono mode seem to be disappearing in VR mode. Observed in Firefox Nightly June 30 CSS VR build. May be related to issue #15 ?

The "high res skybox with elements" test case illustrates the problem well: http://mozvr.github.io/cssvr-experiments/20150802-07/index.html

In VR mode, the non-skybox elements flicker in and out of visibility. Commenting out the skybox reveals all the elements, without flickering.

Mono: occlusionissue-2

VR: occlusionissue-1

dmarcos commented 9 years ago

This looks like z-order and/or clipping issues. @kearwood Does this ring any bell?