mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-09 09:02:29 +02:00
changed restitution to 0
This commit is contained in:
parent
0180503447
commit
6d953a65dd
2 changed files with 4 additions and 0 deletions
|
@ -655,6 +655,7 @@
|
|||
y: -3.5,
|
||||
z: 0
|
||||
},
|
||||
restitution: 0,
|
||||
velocity: {
|
||||
x: 0,
|
||||
y: -0.01,
|
||||
|
@ -1188,6 +1189,7 @@
|
|||
collisionsWillMove: true,
|
||||
collisionSoundURL: "http://hifi-public.s3.amazonaws.com/sounds/SpryPntCnDrp1.L.wav",
|
||||
shapeType: 'box',
|
||||
restitution: 0,
|
||||
gravity: {
|
||||
x: 0,
|
||||
y: -3.0,
|
||||
|
|
|
@ -635,6 +635,7 @@ MasterReset = function() {
|
|||
y: -3.5,
|
||||
z: 0
|
||||
},
|
||||
restitution: 0,
|
||||
velocity: {
|
||||
x: 0,
|
||||
y: -0.01,
|
||||
|
@ -1173,6 +1174,7 @@ MasterReset = function() {
|
|||
y: -3.0,
|
||||
z: 0
|
||||
},
|
||||
restitution: 0,
|
||||
velocity: {
|
||||
x: 0,
|
||||
y: -1,
|
||||
|
|
Loading…
Reference in a new issue