mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 11:37:58 +02:00
Slightly increase linear damping
This commit is contained in:
parent
6218f80387
commit
ee08ef981d
1 changed files with 1 additions and 0 deletions
|
@ -308,6 +308,7 @@ function printToPolaroid(image_url) {
|
||||||
"density": 200,
|
"density": 200,
|
||||||
"restitution": 0.15,
|
"restitution": 0.15,
|
||||||
"gravity": { "x": 0, "y": -2.0, "z": 0 },
|
"gravity": { "x": 0, "y": -2.0, "z": 0 },
|
||||||
|
"damping": 0.45,
|
||||||
|
|
||||||
"dynamic": true,
|
"dynamic": true,
|
||||||
"collisionsWillMove": true,
|
"collisionsWillMove": true,
|
||||||
|
|
Loading…
Reference in a new issue