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

Does it support controller tracking? #102

Open
yuhubuxi opened this issue Dec 24, 2020 · 1 comment
Open

Does it support controller tracking? #102

yuhubuxi opened this issue Dec 24, 2020 · 1 comment
Labels

Comments

@yuhubuxi
Copy link

yuhubuxi commented Dec 24, 2020

Can the controller track? Can I see the controller in the field of view?

@bjornblissing
Copy link
Owner

bjornblissing commented Dec 25, 2020

Yes, the library support the controllers:

ovrPoseStatef handPoseLeft() const {
return m_handPoses[ovrHand_Left];
}
ovrPoseStatef handPoseRigth() const {
return m_handPoses[ovrHand_Right];
}

Although the viewer example currently only use the analog sticks to rotate the model and to zoom in and out.

But, there is currently no model of the controllers visible.

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

No branches or pull requests

2 participants