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

Fix #13 Describe differences with [DEVICEORIENTATION] #14

Merged
merged 1 commit into from
Mar 14, 2017

Conversation

pozdnyakov
Copy link

@pozdnyakov pozdnyakov commented Mar 13, 2017

index.bs Outdated
API has some significant differences:
1. The OrientationSensor API represents orientation data in WebGL-compatible formats (quaternion, rotation matrix).
1. The OrientationSensor API satisfies stricter latency requirements.
1. The OrientationSensor API defines exactly which [=low-level=] motion sensors are used to obtain the orientation data.
Copy link
Contributor

Choose a reason for hiding this comment

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

I think you are missing one point, that with the old API there was differences between implementations, like whether they used magnetometer or not.

Copy link
Contributor

Choose a reason for hiding this comment

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

I mean you could make that more clear than the last point.

Copy link
Contributor

Choose a reason for hiding this comment

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

apart from that, lgtm

@pozdnyakov pozdnyakov merged commit 744809b into w3c:gh-pages Mar 14, 2017
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.

4 participants