mirror of
https://github.com/lubosz/overte.git
synced 2025-08-27 08:25:53 +02:00
cleanup
This commit is contained in:
parent
d518def974
commit
945b5bd00f
1 changed files with 0 additions and 6 deletions
|
@ -26,12 +26,6 @@ var EARTH_CENTER_POSITION = Vec3.sum(Vec3.sum(MyAvatar.position, {
|
|||
z: 0
|
||||
}), Vec3.multiply(EARTH_SPHERE_RADIUS, Quat.getFront(Camera.getOrientation())));
|
||||
|
||||
// var EARTH_CENTER_POSITION = Vec3.sum(MyAvatar.position, {
|
||||
// x: 0,
|
||||
// y: 0,
|
||||
// z: 0
|
||||
// });
|
||||
|
||||
var EARTH_MODEL_URL = 'http://hifi-content.s3.amazonaws.com/james/earthquakes_live/models/earth-noclouds.fbx';
|
||||
|
||||
var POLL_FOR_CHANGES = true;
|
||||
|
|
Loading…
Reference in a new issue