overte-HifiExperiments/scripts
Anthony J. Thibault 959a2f9915 far-grabbed objects no longer fly away when the avatar body shifts
Before this fix, a hand vector was being tracked that was the difference between the avatar's hand in avatar space with the avatar's hand
in avatar space the previous frame.  This hand vector was used to move the grabbed object position.  However, when the body shifts, objects
in the avatar's space will change rapidly, this would cause this hand vector to be incorrect and cause the object to shoot off in the distance.

Now, we track this hand delta in sensor a.k.a. room space.  This is immune to the shifts caused by body shifting.
2016-07-18 13:10:16 -07:00
..
developer clean util 2016-07-11 15:14:19 -07:00
system far-grabbed objects no longer fly away when the avatar body shifts 2016-07-18 13:10:16 -07:00
tutorials Removed button color declarations to make icons visible. 2016-07-14 15:59:47 -07:00
defaultScripts.js add ignore to defaultScripts 2016-07-13 15:06:31 -07:00