-
Notifications
You must be signed in to change notification settings - Fork 53
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
GUI: Head not turning anymore #135
Comments
I guess the reason is that I changed the trackers to manipulate the "reference offset" instead of the "reference". See "collateral changes" in #127. Ideally the head in the GUI should show both pieces of information, but I'm not sure how this can be achieved. For loudspeaker-based renderers, there is a little cross symbol that shows the reference offset. |
Ah, yes, that might be it! |
This cross marks the origin of the global coordinate system. It is not movable. In qopenglplotter.cpp, there is an if/else statement:
This would needed to be changed (it's here) for the reference offset also to be visible when a listener is apparent. |
Closing since seems to be fixed in the meantime. |
The latest master commit is not updating the GUI head orientation, when connected to a head tracker.
Updating the TCP interface and sound output works, it's only the GUI.
The text was updated successfully, but these errors were encountered: