mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 17:41:12 +02:00
move rotator block up a smidge
This commit is contained in:
parent
1b6b5756e2
commit
1a6b6b94a1
1 changed files with 6 additions and 1 deletions
|
@ -279,6 +279,11 @@
|
||||||
name: 'hifi-home-dressing-room-rotator-block',
|
name: 'hifi-home-dressing-room-rotator-block',
|
||||||
type: 'Box',
|
type: 'Box',
|
||||||
visible: true,
|
visible: true,
|
||||||
|
color:{
|
||||||
|
red:0,
|
||||||
|
green:255,
|
||||||
|
blue:0
|
||||||
|
},
|
||||||
collisionless: true,
|
collisionless: true,
|
||||||
angularDamping: 0,
|
angularDamping: 0,
|
||||||
angularVelocity: {
|
angularVelocity: {
|
||||||
|
@ -294,7 +299,7 @@
|
||||||
}),
|
}),
|
||||||
position: {
|
position: {
|
||||||
x: 1107.0330,
|
x: 1107.0330,
|
||||||
y: 459.4326,
|
y: 460.4326,
|
||||||
z: -74.5704
|
z: -74.5704
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue