Skip to content
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

"unbounded" space should be recommended for "immersive-ar" sessions #7959

Closed
thetuvix opened this issue Apr 1, 2020 · 1 comment
Closed
Assignees
Milestone

Comments

@thetuvix
Copy link

thetuvix commented Apr 1, 2020

Right now, Babylon.js is discouraging use of the "unbounded" reference space in "immersive-ar" sessions. While the unbounded space will be most useful across AR phones/tablets and AR headsets once the anchors module has shipped, it is already useful on devices like HoloLens 2, as it's the only space that enables tagalong content to continue rendering when the user walks through an untracked hallway into a new room.

if (sessionMode === "immersive-ar" && referenceSpaceType !== "local") {

@deltakosh deltakosh added this to the 4.2 milestone Apr 1, 2020
@RaananW
Copy link
Member

RaananW commented Apr 2, 2020

Thanks! Will change that very soon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants