overte-HifiExperiments/interface
Anthony J. Thibault e753010411 Fix for head not turning in third person look at camera mode
If MyAvatar::setSkeletonModelURL() is called with the same url that has already been loaded the
SkeletonModel::skeletonLoaded signal will not be triggered.  In this case the MyAvatar local variable
MyAvatar::_skeletonModelLoaded will be set to false and never re-set to true.  This, in turn,
caused MyAvatar::updateHeadLookAt() to skip setting the proper blend values that would turn the head.

Rather then try to make MyAvatar::_skeletonModelLoaded handle all the possible edge cases. It has
been removed.  All conditionals that used to use it have been replased with _skeletonModel->isLoaded().
2019-10-29 12:38:06 -07:00
..
compiledResources
external remove old/unused eyetracker code 2019-09-17 09:43:32 -07:00
i18n
icon fixed icon name spacing 2019-08-27 20:13:15 +02:00
resources Merge pull request #16398 from RebeccaStankus/grayEmoteWindow 2019-10-28 11:37:17 -07:00
src Fix for head not turning in third person look at camera mode 2019-10-29 12:38:06 -07:00
ui
CMakeLists.txt Add all Objective-C sources in CMakeLists.txt 2019-09-26 10:50:00 -07:00
interface.entitlements Add entitlements for Launcher and Interface 2019-09-06 11:20:16 -07:00
interface.exe.manifest