mirror of
https://github.com/overte-org/overte.git
synced 2025-07-24 23:09:46 +02:00
removed extra whitespace
This commit is contained in:
parent
7cc724a27b
commit
a8c4f4e650
1 changed files with 2 additions and 2 deletions
|
@ -456,11 +456,11 @@ void MyAvatar::update(float deltaTime) {
|
|||
_recentModeReadings.insert(newHeightReadingInCentimeters);
|
||||
setCurrentStandingHeight(computeStandingHeightMode(getControllerPoseInAvatarFrame(controller::Action::HEAD)));
|
||||
setAverageHeadRotation(computeAverageHeadRotation(getControllerPoseInAvatarFrame(controller::Action::HEAD)));
|
||||
|
||||
|
||||
glm::vec2 bodyFacing = getFacingDir2D(_bodySensorMatrix);
|
||||
_headFacingBuffer.insert(_headControllerFacing);
|
||||
//qCDebug(interfaceapp) << "the body facing is " << -bodyFacing.x << " " << -bodyFacing.y << " the head controller facing is " << _headControllerFacing.x << " " << _headControllerFacing.y;
|
||||
|
||||
|
||||
float sumHeadFacingX = 0.0f;
|
||||
float sumHeadFacingY = 0.0f;
|
||||
for (auto headFacingIterator = _headFacingBuffer.begin(); headFacingIterator != _headFacingBuffer.end(); ++headFacingIterator) {
|
||||
|
|
Loading…
Reference in a new issue