mirror of
https://github.com/overte-org/overte.git
synced 2025-08-05 06:19:49 +02:00
add gravity to fences
This commit is contained in:
parent
020950edbb
commit
f79414649e
1 changed files with 2 additions and 2 deletions
|
@ -307,7 +307,7 @@ function createGates() {
|
|||
collisionsWillMove: true,
|
||||
gravity: {
|
||||
x: 0,
|
||||
y: -0.8,
|
||||
y: -9.8,
|
||||
z: 0
|
||||
},
|
||||
velocity: {
|
||||
|
@ -342,7 +342,7 @@ function createGates() {
|
|||
collisionsWillMove: true,
|
||||
gravity: {
|
||||
x: 0,
|
||||
y: -0.8,
|
||||
y: -9.8,
|
||||
z: 0
|
||||
},
|
||||
velocity: {
|
||||
|
|
Loading…
Reference in a new issue