• K
    WebXR: request common reference spaces as features · 80b6bb11
    Klaus Weidner 提交于
    WebXR's requestReferenceSpace only works if the corresponding feature
    was requested at session creation time. For simplicity, just ask for
    the interesting ones as optional features, but be aware that the
    requestReferenceSpace call will fail if it turns out to be unavailable.
    ('local' is always available for immersive sessions and doesn't need to
    be requested separately.)
    80b6bb11
WebVR.js 5.0 KB