-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add defualt inline device #101
Comments
3 tasks
bors-servo
pushed a commit
to servo/servo
that referenced
this issue
Dec 6, 2019
Support inline sessions (with spatial tracking!) This assumes that your WebXR backend can tolerate being spawned multiple times in inline mode. Currently there is only one backend that allows inline mode (headless), and it works there. This can be improved with servo/webxr#30 . Todo: - [ ] Add a default inline device to webxr so that there is always a tracking-free inline session available (followup: servo/webxr#101) - [x] WPT update - [ ] Make inline with spatial tracking a feature request (followup: #24270) fixes #24186 Depends on servo/webxr#100
bors-servo
pushed a commit
to servo/servo
that referenced
this issue
Dec 6, 2019
Support inline sessions (with spatial tracking!) This assumes that your WebXR backend can tolerate being spawned multiple times in inline mode. Currently there is only one backend that allows inline mode (headless), and it works there. This can be improved with servo/webxr#30 . Todo: - [ ] Add a default inline device to webxr so that there is always a tracking-free inline session available (followup: servo/webxr#101) - [x] WPT update - [ ] Make inline with spatial tracking a feature request (followup: #24270) fixes #24186 Depends on servo/webxr#100
bors-servo
pushed a commit
to servo/servo
that referenced
this issue
Dec 11, 2019
Support inline sessions (with spatial tracking!) This assumes that your WebXR backend can tolerate being spawned multiple times in inline mode. Currently there is only one backend that allows inline mode (headless), and it works there. This can be improved with servo/webxr#30 . Todo: - [ ] Add a default inline device to webxr so that there is always a tracking-free inline session available (followup: servo/webxr#101) - [x] WPT update - [ ] Make inline with spatial tracking a feature request (followup: #24270) fixes #24186 Depends on servo/webxr#100
bors-servo
pushed a commit
to servo/servo
that referenced
this issue
Dec 11, 2019
Support inline sessions (with spatial tracking!) This assumes that your WebXR backend can tolerate being spawned multiple times in inline mode. Currently there is only one backend that allows inline mode (headless), and it works there. This can be improved with servo/webxr#30 . Todo: - [ ] Add a default inline device to webxr so that there is always a tracking-free inline session available (followup: servo/webxr#101) - [x] WPT update - [ ] Make inline with spatial tracking a feature request (followup: #24270) fixes #24186 Depends on servo/webxr#100
bors-servo
pushed a commit
to servo/servo
that referenced
this issue
Dec 11, 2019
Support inline sessions (with spatial tracking!) This assumes that your WebXR backend can tolerate being spawned multiple times in inline mode. Currently there is only one backend that allows inline mode (headless), and it works there. This can be improved with servo/webxr#30 . Todo: - [ ] Add a default inline device to webxr so that there is always a tracking-free inline session available (followup: servo/webxr#101) - [x] WPT update - [ ] Make inline with spatial tracking a feature request (followup: #24270) fixes #24186 Depends on servo/webxr#100
bors-servo
pushed a commit
to servo/servo
that referenced
this issue
Dec 11, 2019
Support inline sessions (with spatial tracking!) This assumes that your WebXR backend can tolerate being spawned multiple times in inline mode. Currently there is only one backend that allows inline mode (headless), and it works there. This can be improved with servo/webxr#30 . Todo: - [ ] Add a default inline device to webxr so that there is always a tracking-free inline session available (followup: servo/webxr#101) - [x] WPT update - [ ] Make inline with spatial tracking a feature request (followup: #24270) fixes #24186 Depends on servo/webxr#100
bors-servo
pushed a commit
to servo/servo
that referenced
this issue
Dec 11, 2019
Support inline sessions (with spatial tracking!) This assumes that your WebXR backend can tolerate being spawned multiple times in inline mode. Currently there is only one backend that allows inline mode (headless), and it works there. This can be improved with servo/webxr#30 . Todo: - [ ] Add a default inline device to webxr so that there is always a tracking-free inline session available (followup: servo/webxr#101) - [x] WPT update - [ ] Make inline with spatial tracking a feature request (followup: #24270) fixes #24186 Depends on servo/webxr#100
bors-servo
pushed a commit
to servo/servo
that referenced
this issue
Dec 12, 2019
Support inline sessions (with spatial tracking!) This assumes that your WebXR backend can tolerate being spawned multiple times in inline mode. Currently there is only one backend that allows inline mode (headless), and it works there. This can be improved with servo/webxr#30 . Todo: - [ ] Add a default inline device to webxr so that there is always a tracking-free inline session available (followup: servo/webxr#101) - [x] WPT update - [ ] Make inline with spatial tracking a feature request (followup: #24270) fixes #24186 Depends on servo/webxr#100
bors-servo
pushed a commit
to servo/servo
that referenced
this issue
Dec 12, 2019
Support inline sessions (with spatial tracking!) This assumes that your WebXR backend can tolerate being spawned multiple times in inline mode. Currently there is only one backend that allows inline mode (headless), and it works there. This can be improved with servo/webxr#30 . Todo: - [ ] Add a default inline device to webxr so that there is always a tracking-free inline session available (followup: servo/webxr#101) - [x] WPT update - [ ] Make inline with spatial tracking a feature request (followup: #24270) fixes #24186 Depends on servo/webxr#100
bors-servo
pushed a commit
to servo/servo
that referenced
this issue
Dec 12, 2019
Support inline sessions (with spatial tracking!) This assumes that your WebXR backend can tolerate being spawned multiple times in inline mode. Currently there is only one backend that allows inline mode (headless), and it works there. This can be improved with servo/webxr#30 . Todo: - [ ] Add a default inline device to webxr so that there is always a tracking-free inline session available (followup: servo/webxr#101) - [x] WPT update - [ ] Make inline with spatial tracking a feature request (followup: #24270) fixes #24186 Depends on servo/webxr#100
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The XR spec requires there always be an inline XR device, so that even if the immersive device does not support inline (e.g. in the case of the Hololens where pose information is not available in 2D), we should still be able to run inline sessions without any tracking.
This would basically be a
Device
which only supports inline, and is created whenever the other device discoveries fail to find an inline device.We should make sure there's a reasonable frame tick for this device.
The text was updated successfully, but these errors were encountered: