mirror of
https://github.com/overte-org/overte.git
synced 2025-04-25 23:36:41 +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
|
||||
//updateHead(deltaTime);
|
||||
_head.setPositionRotationAndScale
|
||||
(
|
||||
_head.setPositionRotationAndScale(
|
||||
_joint[ AVATAR_JOINT_HEAD_BASE ].springyPosition,
|
||||
glm::vec3(_headYaw, _headPitch, _headRoll),
|
||||
_joint[ AVATAR_JOINT_HEAD_BASE ].radius
|
||||
|
|
Loading…
Reference in a new issue