mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 15:38:00 +02:00
Changes in non-Js code
This commit is contained in:
parent
f0852ba283
commit
0b7ff18970
2 changed files with 3 additions and 3 deletions
|
@ -21,7 +21,7 @@
|
||||||
|
|
||||||
#include "ScriptsModel.h"
|
#include "ScriptsModel.h"
|
||||||
|
|
||||||
static const QString S3_URL = "http://highfidelity-public.s3-us-west-1.amazonaws.com";
|
static const QString S3_URL = "https://s3.amazonaws.com/hifi-public";
|
||||||
static const QString PUBLIC_URL = "http://public.highfidelity.io";
|
static const QString PUBLIC_URL = "http://public.highfidelity.io";
|
||||||
static const QString MODELS_LOCATION = "scripts/";
|
static const QString MODELS_LOCATION = "scripts/";
|
||||||
|
|
||||||
|
|
|
@ -62,7 +62,7 @@ void EntityTests::entityTreeTests(bool verbose) {
|
||||||
properties.setPosition(positionAtCenterInMeters);
|
properties.setPosition(positionAtCenterInMeters);
|
||||||
// TODO: Fix these unit tests.
|
// TODO: Fix these unit tests.
|
||||||
//properties.setRadius(halfMeter);
|
//properties.setRadius(halfMeter);
|
||||||
//properties.setModelURL("https://s3-us-west-1.amazonaws.com/highfidelity-public/ozan/theater.fbx");
|
//properties.setModelURL("https://s3.amazonaws.com/hifi-public/ozan/theater.fbx");
|
||||||
|
|
||||||
tree.addEntity(entityID, properties);
|
tree.addEntity(entityID, properties);
|
||||||
|
|
||||||
|
@ -269,7 +269,7 @@ void EntityTests::entityTreeTests(bool verbose) {
|
||||||
|
|
||||||
// TODO: fix these unit tests
|
// TODO: fix these unit tests
|
||||||
//properties.setRadius(halfMeter);
|
//properties.setRadius(halfMeter);
|
||||||
//properties.setModelURL("https://s3-us-west-1.amazonaws.com/highfidelity-public/ozan/theater.fbx");
|
//properties.setModelURL("https://s3.amazonaws.com/hifi-public/ozan/theater.fbx");
|
||||||
|
|
||||||
if (extraVerbose) {
|
if (extraVerbose) {
|
||||||
qDebug() << "iteration:" << i
|
qDebug() << "iteration:" << i
|
||||||
|
|
Loading…
Reference in a new issue