From 4ca2292d6036273f0714fe8dd92a7fd298ed816d Mon Sep 17 00:00:00 2001 From: joni <johnfshaughnessy@gmail.com> Date: Thu, 5 Jul 2018 11:23:35 -0700 Subject: [PATCH] Add link to github issue --- src/components/offset-relative-to.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/offset-relative-to.js b/src/components/offset-relative-to.js index 13bb93815..23920e099 100644 --- a/src/components/offset-relative-to.js +++ b/src/components/offset-relative-to.js @@ -38,6 +38,7 @@ AFRAME.registerComponent("offset-relative-to", { } obj.position.copy(offsetVector); // TODO: Hack here to deal with the fact that the rotation component mutates ordering, and we network rotation without sending ordering information + // See https://github.com/networked-aframe/networked-aframe/issues/134 obj.rotation.order = "YXZ"; target.getWorldQuaternion(obj.quaternion); if (this.data.selfDestruct) { -- GitLab