mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 10:57:25 +02:00
Added license to disableAvatarAnimations.js
This commit is contained in:
parent
1f383680aa
commit
4708cc9400
1 changed files with 12 additions and 0 deletions
|
@ -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 skeletonModelURL = "";
|
||||||
var jointCount = 0;
|
var jointCount = 0;
|
||||||
|
|
Loading…
Reference in a new issue