mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 22:40:27 +02:00
Fixing typo and review comments
This commit is contained in:
parent
b37a6f689a
commit
bbc6d9f5e7
1 changed files with 0 additions and 4 deletions
|
@ -2755,10 +2755,6 @@ void Application::update(float deltaTime) {
|
||||||
myAvatar->setDriveKeys(ZOOM, userInputMapper->getActionState(controller::Action::TRANSLATE_CAMERA_Z));
|
myAvatar->setDriveKeys(ZOOM, userInputMapper->getActionState(controller::Action::TRANSLATE_CAMERA_Z));
|
||||||
}
|
}
|
||||||
|
|
||||||
float lhc = userInputMapper->getActionState(controller::Action::LEFT_HAND_CLICK);
|
|
||||||
if (lhc != 0.0f) {
|
|
||||||
std::cout << "Left Hand click = " << lhc << std::endl;
|
|
||||||
}
|
|
||||||
controller::Pose leftHand = userInputMapper->getPoseState(controller::Action::LEFT_HAND);
|
controller::Pose leftHand = userInputMapper->getPoseState(controller::Action::LEFT_HAND);
|
||||||
controller::Pose rightHand = userInputMapper->getPoseState(controller::Action::RIGHT_HAND);
|
controller::Pose rightHand = userInputMapper->getPoseState(controller::Action::RIGHT_HAND);
|
||||||
Hand* hand = DependencyManager::get<AvatarManager>()->getMyAvatar()->getHand();
|
Hand* hand = DependencyManager::get<AvatarManager>()->getMyAvatar()->getHand();
|
||||||
|
|
Loading…
Reference in a new issue