mirror of
https://github.com/overte-org/overte.git
synced 2025-04-05 13:08:29 +02:00
switch audio script to use a valid but invisible avatar url
This commit is contained in:
parent
7e94d4c694
commit
363915b836
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ var DEFAULT_SOUND_DATA = {
|
|||
|
||||
Script.include("../../libraries/utils.js");
|
||||
Agent.isAvatar = true; // This puts a robot at 0,0,0, but is currently necessary in order to use AvatarList.
|
||||
Avatar.skeletonModelURL = "http://invalid-url";
|
||||
Avatar.skeletonModelURL = "http://hifi-content.s3.amazonaws.com/ozan/dev/avatars/invisible_avatar/invisible_avatar.fst";
|
||||
function ignore() {}
|
||||
function debug() { // Display the arguments not just [Object object].
|
||||
//print.apply(null, [].map.call(arguments, JSON.stringify));
|
||||
|
|
Loading…
Reference in a new issue