overte-HifiExperiments/libraries/avatars-renderer
Anthony J. Thibault 559ac6786d Fix MyAvatar getting stuck in T-pose on loading
Before this change, there was a race condition between the main thread calling Model::initWhenReady,
and the render thread calling Avatar::fixupModelsInScene().  They both would end up setting the
Model::_addedToScene flag.  This race caused Model::initWhenReady() to never return true, which
resulted in the MyAvatar class never initializing the animation system.
2017-09-08 11:44:06 -07:00
..
src/avatars-renderer Fix MyAvatar getting stuck in T-pose on loading 2017-09-08 11:44:06 -07:00
CMakeLists.txt PR feedback and cmake fixes 2017-06-16 16:59:58 -07:00