mirror of
https://github.com/overte-org/overte.git
synced 2025-04-26 13:36:12 +02:00
indentation
This commit is contained in:
parent
1e4305d277
commit
f1346604f4
1 changed files with 3 additions and 5 deletions
|
@ -462,9 +462,7 @@ void Avatar::simulate(float deltaTime) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// update head state
|
// update head state
|
||||||
//updateHead(deltaTime);
|
_head.setPositionRotationAndScale(
|
||||||
_head.setPositionRotationAndScale
|
|
||||||
(
|
|
||||||
_joint[ AVATAR_JOINT_HEAD_BASE ].springyPosition,
|
_joint[ AVATAR_JOINT_HEAD_BASE ].springyPosition,
|
||||||
glm::vec3(_headYaw, _headPitch, _headRoll),
|
glm::vec3(_headYaw, _headPitch, _headRoll),
|
||||||
_joint[ AVATAR_JOINT_HEAD_BASE ].radius
|
_joint[ AVATAR_JOINT_HEAD_BASE ].radius
|
||||||
|
|
Loading…
Reference in a new issue