mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 05:37:22 +02:00
Merge pull request #2844 from talentraspel/19652
Changed start domain to sandbox. Changed start location to xyz: 6270, 21...
This commit is contained in:
commit
f12d47181c
2 changed files with 4 additions and 5 deletions
|
@ -54,10 +54,9 @@ enum ScreenTintLayer {
|
||||||
NUM_SCREEN_TINT_LAYERS
|
NUM_SCREEN_TINT_LAYERS
|
||||||
};
|
};
|
||||||
|
|
||||||
// Where one's own Avatar begins in the world (will be overwritten if avatar data file is found)
|
// Where one's own Avatar begins in the world (will be overwritten if avatar data file is found).
|
||||||
// this is basically in the center of the ground plane. Slightly adjusted. This was asked for by
|
// This is the start location in the Sandbox (xyz: 6270, 211, 6000).
|
||||||
// Grayson as he's building a street around here for demo dinner 2
|
const glm::vec3 START_LOCATION(0.38269043f * TREE_SCALE, 0.01287842f * TREE_SCALE, 0.36621094f * TREE_SCALE);
|
||||||
const glm::vec3 START_LOCATION(0.485f * TREE_SCALE, 0.0f, 0.5f * TREE_SCALE);
|
|
||||||
|
|
||||||
class Texture;
|
class Texture;
|
||||||
|
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
#include "DTLSClientSession.h"
|
#include "DTLSClientSession.h"
|
||||||
#include "HifiSockAddr.h"
|
#include "HifiSockAddr.h"
|
||||||
|
|
||||||
const QString DEFAULT_DOMAIN_HOSTNAME = "alpha.highfidelity.io";
|
const QString DEFAULT_DOMAIN_HOSTNAME = "sandbox.highfidelity.io";
|
||||||
|
|
||||||
const unsigned short DEFAULT_DOMAIN_SERVER_PORT = 40102;
|
const unsigned short DEFAULT_DOMAIN_SERVER_PORT = 40102;
|
||||||
const unsigned short DEFAULT_DOMAIN_SERVER_DTLS_PORT = 40103;
|
const unsigned short DEFAULT_DOMAIN_SERVER_DTLS_PORT = 40103;
|
||||||
|
|
Loading…
Reference in a new issue