mkeblx / x3dom

X3DOM. A framework for integrating and manipulating X3D scenes as HTML5/DOM elements.
http://x3dom.org
Other
1 stars 0 forks source link

WebVR integration #1

Open mkeblx opened 8 years ago

mkeblx commented 8 years ago

Integrate WebVR rendering into x3dom. See previously made/adapted examples that enabled WebVR 1.0 support (https://github.com/mkeblx/x3d-webvr-demo).

But this is cumbersome: need to create rendert argets for stereo rendering, include WebVR JS code for cameras, run loop, etc. Can more easily adapt into by adding an attribute to root x3d tag or most appropriate ~top-level tag i.e. like viewpoint.

mkeblx commented 8 years ago

PR for inclusion soonish

mwitchwilliams commented 8 years ago

I'm developing the X3D parsing for GearVR. Just reviewed the node in the X3D spec. and didn't see anything for stereo rendering. Though reviewed some work by Leonard Daly (http://realism.com/x3d/stereo) and he has a mix of CSS and Githubissues.

  • Githubissues is a development platform for aggregating issues.