mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 16:14:35 +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,
|
collisionsWillMove: true,
|
||||||
gravity: {
|
gravity: {
|
||||||
x: 0,
|
x: 0,
|
||||||
y: -0.8,
|
y: -9.8,
|
||||||
z: 0
|
z: 0
|
||||||
},
|
},
|
||||||
velocity: {
|
velocity: {
|
||||||
|
@ -342,7 +342,7 @@ function createGates() {
|
||||||
collisionsWillMove: true,
|
collisionsWillMove: true,
|
||||||
gravity: {
|
gravity: {
|
||||||
x: 0,
|
x: 0,
|
||||||
y: -0.8,
|
y: -9.8,
|
||||||
z: 0
|
z: 0
|
||||||
},
|
},
|
||||||
velocity: {
|
velocity: {
|
||||||
|
|
Loading…
Reference in a new issue