mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 03:58:07 +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,
|
y: -3.5,
|
||||||
z: 0
|
z: 0
|
||||||
},
|
},
|
||||||
|
restitution: 0,
|
||||||
velocity: {
|
velocity: {
|
||||||
x: 0,
|
x: 0,
|
||||||
y: -0.01,
|
y: -0.01,
|
||||||
|
@ -1188,6 +1189,7 @@
|
||||||
collisionsWillMove: true,
|
collisionsWillMove: true,
|
||||||
collisionSoundURL: "http://hifi-public.s3.amazonaws.com/sounds/SpryPntCnDrp1.L.wav",
|
collisionSoundURL: "http://hifi-public.s3.amazonaws.com/sounds/SpryPntCnDrp1.L.wav",
|
||||||
shapeType: 'box',
|
shapeType: 'box',
|
||||||
|
restitution: 0,
|
||||||
gravity: {
|
gravity: {
|
||||||
x: 0,
|
x: 0,
|
||||||
y: -3.0,
|
y: -3.0,
|
||||||
|
|
|
@ -635,6 +635,7 @@ MasterReset = function() {
|
||||||
y: -3.5,
|
y: -3.5,
|
||||||
z: 0
|
z: 0
|
||||||
},
|
},
|
||||||
|
restitution: 0,
|
||||||
velocity: {
|
velocity: {
|
||||||
x: 0,
|
x: 0,
|
||||||
y: -0.01,
|
y: -0.01,
|
||||||
|
@ -1173,6 +1174,7 @@ MasterReset = function() {
|
||||||
y: -3.0,
|
y: -3.0,
|
||||||
z: 0
|
z: 0
|
||||||
},
|
},
|
||||||
|
restitution: 0,
|
||||||
velocity: {
|
velocity: {
|
||||||
x: 0,
|
x: 0,
|
||||||
y: -1,
|
y: -1,
|
||||||
|
|
Loading…
Reference in a new issue