mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 19:59:28 +02:00
clean
This commit is contained in:
parent
3432e7821f
commit
5a6e0e4d80
1 changed files with 4 additions and 8 deletions
|
@ -104,12 +104,7 @@
|
||||||
},
|
},
|
||||||
|
|
||||||
createDynamicEntities: function() {
|
createDynamicEntities: function() {
|
||||||
var center = Vec3.sum(Vec3.sum(MyAvatar.position, {
|
|
||||||
x: 0,
|
|
||||||
y: 0.5,
|
|
||||||
z: 0
|
|
||||||
}), Vec3.multiply(1, Quat.getFront(Camera.getOrientation())));
|
|
||||||
|
|
||||||
Script.include(utilsPath);
|
Script.include(utilsPath);
|
||||||
Script.include(fishTankPath);
|
Script.include(fishTankPath);
|
||||||
Script.include(tiltMazePath);
|
Script.include(tiltMazePath);
|
||||||
|
@ -161,9 +156,10 @@
|
||||||
dynamicEntities.push(tiltMaze);
|
dynamicEntities.push(tiltMaze);
|
||||||
dynamicEntities.push(whiteboard);
|
dynamicEntities.push(whiteboard);
|
||||||
dynamicEntities.push(myPlant);
|
dynamicEntities.push(myPlant);
|
||||||
|
|
||||||
//v2.0
|
|
||||||
dynamicEntities.push(pingPongGun);
|
dynamicEntities.push(pingPongGun);
|
||||||
|
|
||||||
|
//v2.0
|
||||||
|
|
||||||
// var musicBox = new MusicBox();
|
// var musicBox = new MusicBox();
|
||||||
// var cuckooClock = new CuckooClock();
|
// var cuckooClock = new CuckooClock();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue