mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Merge pull request #13539 from zfox23/MS16413_snapPrintFall
Implement MS16413: Improve angularVelocity of printed Snaps
This commit is contained in:
commit
01c4b57d11
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue