From 9713edbba90eaf3a5055ad55731da8c267185d93 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Fri, 18 Apr 2014 09:00:43 -0700 Subject: [PATCH] Update dancing_bot.js conceal URL from dancing_bot script (even though it will stay in history) --- examples/dancing_bot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/dancing_bot.js b/examples/dancing_bot.js index 3572cc5a11..7924614d82 100644 --- a/examples/dancing_bot.js +++ b/examples/dancing_bot.js @@ -11,7 +11,7 @@ // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html // -var animation = AnimationCache.getAnimation("http://www.fungibleinsight.com/faces/gangnam_style_2.fbx"); +var animation = AnimationCache.getAnimation("FBX_URL"); Avatar.skeletonModelURL = "http://www.fungibleinsight.com/faces/beta.fst";