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

Implement SDK_BaseController.ControllerElements.AttachPoint #12

Merged
merged 1 commit into from
Dec 5, 2019

Conversation

w1ndy
Copy link
Contributor

@w1ndy w1ndy commented Dec 1, 2019

This patch fixes #10 , which is caused by the missing AttachPoint in the controller model. In this patch, the AttachPoint is defined on the tracking mesh.

However, because the model is loaded only if the controller is present, errors will still appear until the controller is connected. The fix for these error messages is implemented for VRTK v3 in this commit. However, currently there is no way to merge into the official repo given that v3 has stopped development.

@tomwim tomwim merged commit b8a6d10 into Innoactive:master Dec 5, 2019
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.

ControllerElements.AttachPoint is not implemented and causes errors in VRTK
2 participants