Changed addresses to new models locations

This commit is contained in:
Atlante45 2014-03-18 15:09:54 -07:00
parent a10a3f6f29
commit 1e2dabfd5e

View file

@ -15,8 +15,8 @@
#include <QListView>
static const QString S3_URL = "http://highfidelity-public.s3-us-west-1.amazonaws.com";
static const QString HEAD_MODELS_LOCATION = "meshes/";
static const QString SKELETON_MODELS_LOCATION = "meshes/";
static const QString HEAD_MODELS_LOCATION = "models/heads/";
static const QString SKELETON_MODELS_LOCATION = "models/skeletons/";
enum ModelType {
Head,