vr-components / css-vr-boilerplate

Getting started with VR CSS
2 stars 1 forks source link

Layout of elements is two dimensional while waiting for page assets to load #14

Open jcarpenter opened 9 years ago

jcarpenter commented 9 years ago

When loading a page from a remote server the layout will appear flattened in 2D and then snap into the correct 3D layout. This is presumably because the 2.3MB cssvr.js has not yet loaded. Reducing the size of the JS would presumably help? Per issue #2.

dmarcos commented 9 years ago

@jcarpenter What page are you loading?

jcarpenter commented 9 years ago

@dmarcos Try: http://mozvr.github.io/cssvr-experiments/20150802-07/index.html

That's a pretty heavy scene (high res skybox bitmaps). You may want to clear your cache first.