Merge pull request #13539 from zfox23/MS16413_snapPrintFall

Implement MS16413: Improve angularVelocity of printed Snaps
This commit is contained in:
Zach Fox 2018-07-05 09:50:06 -07:00 committed by GitHub
commit 01c4b57d11
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,