From 6efb8957081c23c25946894987c616104497cace Mon Sep 17 00:00:00 2001 From: Zach Fox Date: Tue, 3 Jul 2018 13:43:04 -0700 Subject: [PATCH] Implement MS16413: Improve angularVelocity of printed Snaps --- scripts/system/snapshot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/system/snapshot.js b/scripts/system/snapshot.js index e265ddb621..c4fcb70792 100644 --- a/scripts/system/snapshot.js +++ b/scripts/system/snapshot.js @@ -310,7 +310,7 @@ function printToPolaroid(image_url) { "gravity": { "x": 0, "y": -2.5, "z": 0 }, "velocity": { "x": 0, "y": 1.95, "z": 0 }, - "angularVelocity": { "x": -1.0, "y": 0, "z": -1.3 }, + "angularVelocity": Vec3.multiplyQbyV(MyAvatar.orientation, { "x": -1.0, "y": 0, "z": -1.3 }), "dynamic": true, "collisionsWillMove": true,