Put away animation into resource and update script to use local resource path.

This commit is contained in:
DouglasWilcox 2019-11-21 14:50:05 -08:00
parent 854d84912e
commit b8d7f50eaf
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View file

@ -50,7 +50,7 @@ var OVERLAY_DATA_HMD = {
};
var AWAY_INTRO = {
url: "https://hifi-content.s3.amazonaws.com/doug/animation/fbx/afk_texting.fbx",
url: "qrc:///avatar/animations/afk_texting.fbx",
playbackRate: 30.0,
loopFlag: true,
startFrame: 1.0,