vr-components / css-vr-boilerplate

Getting started with VR CSS
2 stars 1 forks source link

Skybox not displaying in Chrome #10

Closed jcarpenter closed 9 years ago

jcarpenter commented 9 years ago

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

jcarpenter commented 9 years ago

This is probably due to use of variables for skybox panel sizes. Per http://caniuse.com/#search=variables, these are not supported in Chrome. For sake of cross browser compatibility will need to polyfill, use SASS, or switch to vanilla CSS.

dmarcos commented 9 years ago

Yes, this is due to the lack of support of css-variables in Chrome. Nothing to do here besides waiting for Google to catch up :)