From 3cfada1a1bcf3d61561deac624740a06aa7434ce Mon Sep 17 00:00:00 2001 From: Philip Rosedale Date: Fri, 28 Feb 2014 17:14:18 -0800 Subject: [PATCH] avatar billboards match body/head --- examples/bot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/bot.js b/examples/bot.js index 75ccff7bb5..89b66aa357 100644 --- a/examples/bot.js +++ b/examples/bot.js @@ -143,7 +143,7 @@ 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"; +Avatar.billboardURL = "https://s3-us-west-1.amazonaws.com/highfidelity-public/meshes/billboards/bot" + botNumber + ".png"; Agent.isAvatar = true;