mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 05:52:38 +02:00
Change away anim to hosted afk_texting animation.
This commit is contained in:
parent
c8b975b2f1
commit
589d4e992c
1 changed files with 4 additions and 4 deletions
|
@ -50,11 +50,11 @@ var OVERLAY_DATA_HMD = {
|
|||
};
|
||||
|
||||
var AWAY_INTRO = {
|
||||
url: "http://hifi-content.s3.amazonaws.com/ozan/dev/anim/standard_anims_160127/kneel.fbx",
|
||||
url: "https://hifi-content.s3.amazonaws.com/doug/animation/fbx/afk_texting.fbx",
|
||||
playbackRate: 30.0,
|
||||
loopFlag: false,
|
||||
startFrame: 0.0,
|
||||
endFrame: 83.0
|
||||
loopFlag: true,
|
||||
startFrame: 1.0,
|
||||
endFrame: 489.0
|
||||
};
|
||||
|
||||
// MAIN CONTROL
|
||||
|
|
Loading…
Reference in a new issue