mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 21:12:53 +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() {
|
void SixenseManager::activate() {
|
||||||
#ifdef HAVE_SIXENSE
|
#ifdef HAVE_SIXENSE
|
||||||
_calibrationState = CALIBRATION_STATE_IDLE;
|
_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;
|
_avatarPosition = DEFAULT_AVATAR_POSITION;
|
||||||
|
|
||||||
CONTAINER->addMenu(MENU_PATH);
|
CONTAINER->addMenu(MENU_PATH);
|
||||||
|
|
|
@ -97,8 +97,8 @@ private:
|
||||||
int _calibrationState;
|
int _calibrationState;
|
||||||
|
|
||||||
// these are calibration results
|
// these are calibration results
|
||||||
glm::vec3 _avatarPosition; // in hydra-frame
|
glm::vec3 _avatarPosition; // in hydra-frame
|
||||||
glm::quat _avatarRotation; // rotation of avatar in orb-frame
|
glm::quat _avatarRotation; // in hydra-frame
|
||||||
float _armLength;
|
float _armLength;
|
||||||
|
|
||||||
// these are measured values used to compute the calibration results
|
// these are measured values used to compute the calibration results
|
||||||
|
|
Loading…
Reference in a new issue