cleanup comments

This commit is contained in:
Andrew Meadows 2015-10-02 10:02:12 -07:00
parent 50b2c8ae37
commit e9c71f3867
2 changed files with 2 additions and 4 deletions

View file

@ -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);

View file

@ -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