mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 19:21:16 +02:00
move dolls down a little
This commit is contained in:
parent
1a6b6b94a1
commit
d43b63eabc
1 changed files with 10 additions and 5 deletions
|
@ -279,10 +279,15 @@
|
||||||
name: 'hifi-home-dressing-room-rotator-block',
|
name: 'hifi-home-dressing-room-rotator-block',
|
||||||
type: 'Box',
|
type: 'Box',
|
||||||
visible: true,
|
visible: true,
|
||||||
color:{
|
color: {
|
||||||
red:0,
|
red: 0,
|
||||||
green:255,
|
green: 255,
|
||||||
blue:0
|
blue: 0
|
||||||
|
},
|
||||||
|
dimensions: {
|
||||||
|
x: 0.5,
|
||||||
|
y: 0.5,
|
||||||
|
z: 0.5
|
||||||
},
|
},
|
||||||
collisionless: true,
|
collisionless: true,
|
||||||
angularDamping: 0,
|
angularDamping: 0,
|
||||||
|
@ -346,7 +351,7 @@
|
||||||
createTransformers: function() {
|
createTransformers: function() {
|
||||||
var firstDollPosition = {
|
var firstDollPosition = {
|
||||||
x: 1107.61,
|
x: 1107.61,
|
||||||
y: 460.8,
|
y: 460.5,
|
||||||
z: -77.34
|
z: -77.34
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue