Babylon.js Slideshow

What should a website look like in VR? I'm looking at an easy way to iterate through various design ideas, this is how I discovered Babylon.js. As much as I like the concept of Babylon, it seems that WebVR examples are few and far between. Babylon doesn't make it easy to quickly implement what I think would be a cool basic VR menu system. However, I haven't found something better, so I'm going to take a crack at a VR website in Babylon even though the path looks painful.

One of the first thing I want is a standard slideshow in VR to show off 360VR stereo images. This should be simple right?

Photo Domes

First step is figure out how to display a over under equirectangular, PhotoDomes to the rescue!

              photoDome = new BABYLON.PhotoDome("testdome", url, {<options>}, scene);

Here is a Babylon playground example: RW Creations Tucson 360 pano

Text

Next I would like some 3D text floating to give title and info about the photo. Perhaps Babylon buttons will be a good place to start.