diff --git a/src/network-schemas.js b/src/network-schemas.js index 54cc0b63ba40efed17baf43c0d3554b1ea2fa4bc..724be8abc742139d91d66165b5c508a1bf816213 100644 --- a/src/network-schemas.js +++ b/src/network-schemas.js @@ -3,7 +3,10 @@ function registerNetworkSchemas() { template: "#remote-avatar-template", components: [ "position", - "rotation", + { + component: "rotation", + lerp: false + }, "scale", "player-info", { diff --git a/yarn.lock b/yarn.lock index ba531a1079e2553f481f857c9166a00765e6d73c..34b5967bdc7c00156d150ff88116767869d6a196 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5301,7 +5301,7 @@ neo-async@^2.5.0: "networked-aframe@https://github.com/mozillareality/networked-aframe#mr-social-client/master": version "0.6.1" - resolved "https://github.com/mozillareality/networked-aframe#1a963e56eab98b37cc8ed6610a8fda55971c6f75" + resolved "https://github.com/mozillareality/networked-aframe#69be0e7e5f66070526c8240cb795b9e88da971a9" dependencies: easyrtc "1.1.0" express "^4.10.7"