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

Added support for angular and linear velocity #1181

Closed
wants to merge 1 commit into from
Closed

Added support for angular and linear velocity #1181

wants to merge 1 commit into from

Conversation

cabanier
Copy link
Member

@cabanier cabanier commented Mar 11, 2021

Closes #619

Also silences a couple of bikeshed warnings.


Preview | Diff

@@ -1689,12 +1689,19 @@ An {{XRPose}} describes a position and orientation in space relative to an {{XRS
<pre class="idl">
[SecureContext, Exposed=Window] interface XRPose {
[SameObject] readonly attribute XRRigidTransform transform;
[SameObject] readonly attribute DOMPointReadOnly? linearVelocity;
Copy link
Contributor

Choose a reason for hiding this comment

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

"populate a pose" should be populating these somehow

Copy link
Member Author

Choose a reason for hiding this comment

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

Thanks!
I couldn't find where that happened. I will update.

@cabanier
Copy link
Member Author

@Manishearth for some reason my pushes are not coming to this PR. I will recreate it.

@cabanier cabanier closed this Mar 12, 2021
@Manishearth
Copy link
Contributor

GitHub is somewhat down right now

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

Successfully merging this pull request may close these issues.

Add Linear/Angular Acceleration/Velocity for XRInputSource
2 participants