mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 10:48:15 +02:00
removed white space in MyAvatar.cpp
This commit is contained in:
parent
eff84de99f
commit
20c960c0da
1 changed files with 4 additions and 5 deletions
|
@ -3025,8 +3025,7 @@ glm::quat cancelOutRollAndPitch2(const glm::quat& q) {
|
|||
}
|
||||
newX = glm::cross(vec3(0.0f, 1.0f, 0.0f), newZ);
|
||||
newY = glm::cross(newZ, newX);
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
newZ = glm::normalize(vec3(zAxis.x, 0.0f, zAxis.z));
|
||||
newX = glm::cross(vec3(0.0f, 1.0f, 0.0f), newZ);
|
||||
newY = glm::cross(newZ, newX);
|
||||
|
|
Loading…
Reference in a new issue