mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-08 18:47:46 +02:00
explicitely specify localRotations on joint change, otherwise it will be updated by engine
This commit is contained in:
parent
ea22fdb400
commit
877bce23d2
1 changed files with 5 additions and 0 deletions
|
@ -286,6 +286,11 @@ Rectangle {
|
||||||
x: positionVector.xvalue,
|
x: positionVector.xvalue,
|
||||||
y: positionVector.yvalue,
|
y: positionVector.yvalue,
|
||||||
z: positionVector.zvalue
|
z: positionVector.zvalue
|
||||||
|
},
|
||||||
|
localRotationAngles: {
|
||||||
|
x: rotationVector.xvalue,
|
||||||
|
y: rotationVector.yvalue,
|
||||||
|
z: rotationVector.zvalue,
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue