move rotator block up a smidge

This commit is contained in:
James B. Pollack 2016-03-29 13:33:26 -07:00
parent 1b6b5756e2
commit 1a6b6b94a1

View file

@ -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
} }
} }