immersive-web / webxr-polyfill

Use the WebXR Device API today, providing fallbacks to native WebVR 1.1 and Cardboard
Apache License 2.0
382 stars 85 forks source link

[WebXR 2019] XRSpace #50

Closed jsantell closed 5 years ago

jsantell commented 5 years ago

Currently, the old XRCoordinateSystem is implemented, as well as supporting bounded areas at least.

The following classes are new in WebXR 2019:

As well as some API renaming (session.requestReferenceSpace).

AFAIK, there are no current coordinate system events, but supporting XRReferenceSpaceEvent is also needed

See https://github.com/immersive-web/webxr-polyfill/issues/51 for more information on this effort, and development goals.

jsantell commented 5 years ago

@jacobcdewitt is taking a look at this

toji commented 5 years ago

Closed by #71