mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 11:45:36 +02:00
add option for fake billboard from URL, closes #2087
This commit is contained in:
parent
ee70c93a3e
commit
937768ae51
2 changed files with 4 additions and 0 deletions
|
@ -92,6 +92,9 @@ void Agent::run() {
|
|||
|
||||
loop.exec();
|
||||
|
||||
// let the AvatarData class use our QNetworkAcessManager
|
||||
AvatarData::setNetworkAccessManager(networkManager);
|
||||
|
||||
QString scriptContents(reply->readAll());
|
||||
|
||||
qDebug() << "Downloaded script:" << scriptContents;
|
||||
|
|
|
@ -50,5 +50,6 @@ if (botNumber <= 20) {
|
|||
// there is no need to change the body model - we're using the default
|
||||
Avatar.faceModelURL = "https://s3-us-west-1.amazonaws.com/highfidelity-public/meshes/" + newFaceFilePrefix + ".fst";
|
||||
Avatar.skeletonModelURL = "https://s3-us-west-1.amazonaws.com/highfidelity-public/meshes/" + newBodyFilePrefix + ".fst";
|
||||
Avatar.billboardURL = "https://dl.dropboxusercontent.com/u/1864924/bot-billboard.png";
|
||||
|
||||
Agent.isAvatar = true;
|
Loading…
Reference in a new issue