mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
fix hydra left right arm flip
This commit is contained in:
parent
9b11b2091f
commit
63e6452630
1 changed files with 0 additions and 5 deletions
|
@ -384,12 +384,7 @@ void SixenseManager::handleButtonEvent(unsigned int buttons, bool left) {
|
|||
}
|
||||
}
|
||||
|
||||
#include <StreamUtils.h>
|
||||
|
||||
void SixenseManager::handlePoseEvent(glm::vec3 position, glm::quat rotation, bool left) {
|
||||
|
||||
qDebug() << "SixenseManager::handlePoseEvent() position:" << position << "rotation:" << rotation << "left:" << left;
|
||||
|
||||
#ifdef HAVE_SIXENSE
|
||||
// From ABOVE the sixense coordinate frame looks like this:
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue