mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-09 15:52:09 +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,
|
||||
"restitution": 0.15,
|
||||
"gravity": { "x": 0, "y": -2.0, "z": 0 },
|
||||
"damping": 0.45,
|
||||
|
||||
"dynamic": true,
|
||||
"collisionsWillMove": true,
|
||||
|
|
Loading…
Reference in a new issue