mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 18:41:10 +02:00
Changed addresses to new models locations
This commit is contained in:
parent
a10a3f6f29
commit
1e2dabfd5e
1 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,8 @@
|
||||||
#include <QListView>
|
#include <QListView>
|
||||||
|
|
||||||
static const QString S3_URL = "http://highfidelity-public.s3-us-west-1.amazonaws.com";
|
static const QString S3_URL = "http://highfidelity-public.s3-us-west-1.amazonaws.com";
|
||||||
static const QString HEAD_MODELS_LOCATION = "meshes/";
|
static const QString HEAD_MODELS_LOCATION = "models/heads/";
|
||||||
static const QString SKELETON_MODELS_LOCATION = "meshes/";
|
static const QString SKELETON_MODELS_LOCATION = "models/skeletons/";
|
||||||
|
|
||||||
enum ModelType {
|
enum ModelType {
|
||||||
Head,
|
Head,
|
||||||
|
|
Loading…
Reference in a new issue