Skip to content
This repository has been archived by the owner on Jan 22, 2022. It is now read-only.

Started switching over to 'reality' or 'augmentation' session types. Stubbed out a polyfill. #7

Merged
merged 5 commits into from
Aug 24, 2017

Conversation

TrevorFSmith
Copy link
Contributor

No description provided.

WebXR API.md Outdated
_The XRSession plays the same basic role as the VRSession, with the addition of Reality management. The `baseLayer` attribute has been renamed to `layer` because the Reality will now be the rearmost "base" layer with the XRLayer of each session composited on top._

enum XRSessionRealityType { "virtual", "augmented", "any" };
enum XRSessionRealityType { "reality", "augmentation" };
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we rename this to XRSessionType?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@TrevorFSmith TrevorFSmith merged commit f256ec4 into master Aug 24, 2017
@TrevorFSmith
Copy link
Contributor Author

I merged this PR because the polyfill is far enough along and I'd like to branch it to play with the ARKit demo app.

@TrevorFSmith TrevorFSmith deleted the tfs-polyfill branch August 24, 2017 16:10
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants