mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-05 05:07:32 +02:00
cleanup comment
This commit is contained in:
parent
3b01b652f3
commit
df16bd2b3c
1 changed files with 1 additions and 1 deletions
|
@ -492,7 +492,7 @@ SelectionDisplay = (function () {
|
|||
// must be BRF or BRN
|
||||
if (MyAvatar.position.z < center.z) {
|
||||
yawHandleRotation = Quat.fromVec3Degrees({ x: 270, y: 90, z: 0 });
|
||||
pitchHandleRotation = Quat.fromVec3Degrees({ x: 0, y: 90, z: 0 }); // 0, 90, 0??
|
||||
pitchHandleRotation = Quat.fromVec3Degrees({ x: 0, y: 90, z: 0 });
|
||||
rollHandleRotation = Quat.fromVec3Degrees({ x: 0, y: 0, z: 0 });
|
||||
|
||||
yawNormal = { x: 0, y: 1, z: 0 };
|
||||
|
|
Loading…
Reference in a new issue