overte-HifiExperiments/libraries
Anthony J. Thibault 467a7eaf2d Fix for elbow glitches
The pole vector constraint calculation within the IK system would sometimes compute the incorrect rotations.
This would be visible as an instantaneous snap of the elbow joint as the bicep was curled.

When applying pole vector constraints, there needs to be two methods of determining the current orientation of the elbow joint.
One for when the arm/elbow joint is bent, and one for when the arm/elbow is straight.
Previously, the way we would switch between these two solutions could cause a large rotation delta to accur between very small angles.
Now we use the more accurate method (1) more often, and we smoothly blend between the solutions as the joint gets straighter.
2018-01-11 15:40:53 -08:00
..
animation Fix for elbow glitches 2018-01-11 15:40:53 -08:00
audio Invalid WAV files should always be logged and not played 2017-12-14 10:20:46 -08:00
audio-client move save logic to audioclient 2017-12-05 18:22:14 -08:00
auto-updater
avatars Fix for hand controller avatar scaling. 2017-12-07 17:08:13 -08:00
avatars-renderer Merge pull request #12106 from SamGondelman/overlayFix 2018-01-08 14:01:15 -08:00
baking Merge pull request #11920 from Atlante45/feat/reduce-memory-usage 2017-12-11 09:29:22 -08:00
controllers Code review feedback 2018-01-04 14:21:53 -08:00
display-plugins Merge pull request #11945 from jherico/android_nov 2018-01-05 13:34:03 -08:00
embedded-webserver
entities Merge branch 'master' of https://github.com/highfidelity/hifi into stageRemoval 2018-01-10 09:30:05 -08:00
entities-renderer Merge branch 'master' of https://github.com/highfidelity/hifi into stageRemoval 2018-01-10 09:30:05 -08:00
fbx Merged from master but rendering seems broken 2018-01-09 11:05:34 +01:00
gl PR feedback 2017-12-21 07:29:29 -08:00
gpu Updated Mesh to support map and forEach operations on colors in RGBA8 format and normals in XYZ10W2 format 2017-12-22 15:16:39 +01:00
gpu-gl Merged with master 2018-01-06 10:01:00 +01:00
gpu-gles PR feedback 2017-11-29 09:11:52 -08:00
image fix equirectangular skybox loading 2017-12-18 13:21:12 -08:00
input-plugins
ktx
midi Corrected bitwise operators, Removed midiRaw signal. 2018-01-08 20:10:22 -08:00
model Updated Mesh to support map and forEach operations on colors in RGBA8 format and normals in XYZ10W2 format 2017-12-22 15:16:39 +01:00
model-networking Merge branch 'master' of https://github.com/highfidelity/hifi into commerce_QmlWhitelist 2017-12-11 09:52:32 -08:00
networking Renamed enum element. 2018-01-10 13:35:57 -08:00
octree Removed BackgroundMode packet type. 2018-01-07 13:50:42 -08:00
physics Merge pull request #12002 from howard-stearns/consistent-goToUser 2018-01-07 11:07:39 -08:00
plugins Merge pull request #11945 from jherico/android_nov 2018-01-05 13:34:03 -08:00
pointers fix laser and stylus deadspot 2017-12-11 15:51:22 -08:00
procedural Add bullet and draco to precompiled libraries 2017-11-28 11:32:34 -08:00
recording
render always push default haze to current frame 2018-01-04 17:54:23 -08:00
render-utils Merge pull request #12033 from Zvork/compactvb 2018-01-10 09:11:33 -08:00
script-engine Merged from master but rendering seems broken 2018-01-09 11:05:34 +01:00
shared Deleted unused include file. 2018-01-07 14:11:26 -08:00
trackers
ui Merge pull request #11945 from jherico/android_nov 2018-01-05 13:34:03 -08:00
ui-plugins