From 4708cc9400f6e1362eedfee05da426f6ebf5979a Mon Sep 17 00:00:00 2001 From: Anthony Thibault Date: Mon, 18 Apr 2016 19:42:05 -0700 Subject: [PATCH] Added license to disableAvatarAnimations.js --- examples/disableAvatarAnimations.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/examples/disableAvatarAnimations.js b/examples/disableAvatarAnimations.js index c4487b2005..fc3415fb80 100644 --- a/examples/disableAvatarAnimations.js +++ b/examples/disableAvatarAnimations.js @@ -1,3 +1,15 @@ +// +// disableAvatarAnimations.js +// examples +// +// Copyright 2016 High Fidelity, Inc. +// +// When launched, it will replace all of the avatars animations with a single frame idle pose. +// full body IK and hand grabbing animations will still continue to function, but all other +// animations will be replaced. +// +// Distributed under the Apache License, Version 2.0. +// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html var skeletonModelURL = ""; var jointCount = 0;