overte/libraries/hfm
Anthony J. Thibault 98fe059d97 Fix blender::run crash
Pass a shared_ptr of the HFMModel to the Blender.  This will prevent the HFMModel
from being destroyed on the main thread if an Avatar changes their skeletonModelURL.

Also the _blendshapeOffset hash in Model has been eliminated, it was not necessary and
was also a source of data races.

The body of Blender::run has been updated slightly to reduce the number of allocation necessary for temporary QVectors.
2019-05-16 13:12:16 -07:00
..
src/hfm Fix blender::run crash 2019-05-16 13:12:16 -07:00
CMakeLists.txt Have only one ColorChannel enum as header in image library 2019-02-12 16:14:41 -08:00