mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 09:44:21 +02:00
cleanup comments
This commit is contained in:
parent
50b2c8ae37
commit
e9c71f3867
2 changed files with 2 additions and 4 deletions
|
@ -88,8 +88,6 @@ bool SixenseManager::isSupported() const {
|
|||
void SixenseManager::activate() {
|
||||
#ifdef HAVE_SIXENSE
|
||||
_calibrationState = CALIBRATION_STATE_IDLE;
|
||||
// By default we assume the _avatarPosition (in orb frame) is as high above the orb
|
||||
// as the "torso" is below it.
|
||||
_avatarPosition = DEFAULT_AVATAR_POSITION;
|
||||
|
||||
CONTAINER->addMenu(MENU_PATH);
|
||||
|
|
|
@ -97,8 +97,8 @@ private:
|
|||
int _calibrationState;
|
||||
|
||||
// these are calibration results
|
||||
glm::vec3 _avatarPosition; // in hydra-frame
|
||||
glm::quat _avatarRotation; // rotation of avatar in orb-frame
|
||||
glm::vec3 _avatarPosition; // in hydra-frame
|
||||
glm::quat _avatarRotation; // in hydra-frame
|
||||
float _armLength;
|
||||
|
||||
// these are measured values used to compute the calibration results
|
||||
|
|
Loading…
Reference in a new issue