Skip to content

Latest commit

 

History

History
49 lines (36 loc) · 1.19 KB

File metadata and controls

49 lines (36 loc) · 1.19 KB

Notes

Things the MDN conversion script will need to do.

Convert <dt> element contents and anchor tags to kumascript link.

Original

<dt>ondevicechange</dt>
<a href="xrsession.md">XRSession</a>

Converted

<dt>{{domxref('XR.ondevicechange')}}</dt>
{{domxref("XRSession")}}

Convert links to other MDN pages.

Original

<a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext">WebGLRenderingContext<a>

Converted

{{domxref("WebGLRenderingContext")}}

Concepts and Usage

This section will eventually answer the following questions:

[x] How do I get a device (XRDevice), a session (XRSession), a context (XRPresentationContext) etc.? [x] How is XR functionality advertised to the viewer? [] What is a presentation loop and how do I implement it? [] What happens to the device object during navigation? [] What do I do differently to get AR (as opposed to VR)?

Needed How-to Topics

  • Dealing with device added after an application is running.
  • Dealing with loss of a device during session.

Possible How-to Topics

  • 360° and 3D video.
  • Object and data visualizations.
  • Artistic experiences.