mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 13:09:52 +02:00
adjust
This commit is contained in:
parent
c35e4bc78a
commit
16f2ef48fe
1 changed files with 5 additions and 6 deletions
|
@ -180,11 +180,10 @@
|
||||||
z: 0
|
z: 0
|
||||||
}), Vec3.multiply(1, Quat.getFront(Camera.getOrientation())));
|
}), Vec3.multiply(1, Quat.getFront(Camera.getOrientation())));
|
||||||
|
|
||||||
// var fruitBowl = new FruitBowl();
|
|
||||||
var fruitBowl = new FruitBowl({
|
var fruitBowl = new FruitBowl({
|
||||||
x: 1105.3185,
|
x: 1105.3185,
|
||||||
y: 460.3221,
|
y: 460.3221,
|
||||||
z: -381.1803
|
z: -81.0752
|
||||||
});
|
});
|
||||||
|
|
||||||
var livingRoomLamp = new LivingRoomLamp({
|
var livingRoomLamp = new LivingRoomLamp({
|
||||||
|
@ -224,15 +223,15 @@
|
||||||
});
|
});
|
||||||
|
|
||||||
var trashcan = new Trashcan({
|
var trashcan = new Trashcan({
|
||||||
x: 1104.0031,
|
x: 1106.2725,
|
||||||
y: 459.4355,
|
y: 459.4355,
|
||||||
z: -82.7294
|
z: -82.7294
|
||||||
});
|
});
|
||||||
|
|
||||||
var books = new Books({
|
var books = new Books({
|
||||||
x: 1101.2123,
|
x: 1106.1553,
|
||||||
y: 460.2328,
|
y: 461.0325,
|
||||||
z: -65.8513
|
z: -80.4890
|
||||||
});
|
});
|
||||||
|
|
||||||
kineticEntities.push(fruitBowl);
|
kineticEntities.push(fruitBowl);
|
||||||
|
|
Loading…
Reference in a new issue