以全屏立体视图浏览 VR 网站

Browsing VR websites in full screen stereoscopic view

我正在创建一个虚拟现实网站,想知道如何让访问者在不退出全屏立体视图的情况下从一个全屏立体视图的 VR 网站 (A) 浏览到另一个 VR 网站 (B)?有可能吗? 这就是我想象的 "VR" 网络的样子,但我可能错了。 谢谢。

在 webvr 的当前实验性实现中 API(https://webvr.info), any website can always call requestPresent to enter VR mode if a headset is available. This is still far from providing a good link traversal experience. A website needs to know what headset was previously used to push the content appropriatley. A set of events have been recently defined for this purpose but are not still completely implemented by browsers. Additional specifications might be needed to define how browsers should behave when traversing links: How do you communicate the user you changed URL? How are content or HTTP errors notified? What is it displayed in the headset when you leave a site and the new one is still loading? Some discusion is happening here: https://github.com/w3c/webvr/issues/69