You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Per the WebXR specification, “a session mode of inline indicates that the session’s output will be shown as an element in the HTML document. inline session content MUST be displayed in mono (i.e., with a single view). It MAY allow for viewer tracking. User agents MUST allow inline sessions to be created.”
I would like to propose for WebXR an XRSessionMode of “inline-stereo” for stereoscopic 3D elements which allow for viewer tracking. A session mode of inline-stereo would indicate that the session’s output would be shown as an element in the HTML document. inline-stereo content would be displayed in stereo (i.e., with a view for each eye) and would utilize viewer tracking.
A scenario of interest to me is XR user interfaces for computer algebra systems and XR environments for STEM education and collaboration. I envision users being able to graph mathematical expressions to "magic window" document elements and then being able to use their hands or input devices to pull "magic window" content from documents into XR environments to scale it and interact with it.
Per the WebXR specification, “a session mode of
inline
indicates that the session’s output will be shown as an element in the HTML document.inline
session content MUST be displayed in mono (i.e., with a single view). It MAY allow for viewer tracking. User agents MUST allowinline
sessions to be created.”I would like to propose for WebXR an
XRSessionMode
of “inline-stereo
” for stereoscopic 3D elements which allow for viewer tracking. A session mode ofinline-stereo
would indicate that the session’s output would be shown as an element in the HTML document.inline-stereo
content would be displayed in stereo (i.e., with a view for each eye) and would utilize viewer tracking.See also:
The text was updated successfully, but these errors were encountered: