overte-HifiExperiments/scripts
Anthony J. Thibault 3a6d8dc383 Disable handTouch.js to prevent finger twitching
This PR disables handTouch.js.
handTouch.js allows the fingers to animate on the surface of an object.
However, it can sometimes detect collisions with walls or tables when the avatar is standing next to them.
We will more properly fix handTouch.js in a future PR, but for now we will disable the functionality.

Also, a small bug fix was made to the Rig to prevent the idleOverlayAlpha from exceeding the 0.0 to 1.0 range.
This can cause the fingers to bend incorrectly for a moment.

Also, three new items were added to the Developer > Show Animation Stats panel.

* Joint Override Count: displays the current count of joints that are overriden by MyAvatar.setJointRotation() JS API calls.
* Flow: displays if flow is active of disabled.
* Network Graph: displays if the network anim graph, used for teleportation, is enabled or disabled.

https://highfidelity.atlassian.net/browse/BUGZ-154
2019-06-20 15:52:36 -07:00
..
+android_interface Merge remote-tracking branch 'hifi/master' into android_handshake 2019-02-07 14:44:22 -03:00
+android_questInterface adding market place back to the default scripts 2019-02-25 14:05:54 -08:00
developer fixing the scroll view 2019-06-12 22:42:05 -07:00
modules Case 20499 - Scripts that use AppUI don't call that.onClosed() if the 2019-03-28 16:05:24 -07:00
simplifiedUI Disable handTouch.js to prevent finger twitching 2019-06-20 15:52:36 -07:00
system Disable handTouch.js to prevent finger twitching 2019-06-20 15:52:36 -07:00
tutorials Eliminated some JavaScript warnings due to missing commas 2019-03-28 16:06:31 +02:00
defaultScripts.js adding mute overlay back into HMD and have warn when muted disable in desktop 2019-03-29 10:32:13 -07:00