Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates nodeOffset when body proportions change
After a user changes the body proportions, when a tracker connects or disconnects, the skeleton reverts back to the original skeleton. This is because nodeOffset is not updated when the user changes the body proportions, and stores the value at startup. When a tracker connects or disconnects, updateNodeOffsetsInSkeleton overwrites the skeleton's node offsets using the original values. This causes the skeleton to revert back to the original skeleton. Addresses #1298
- Loading branch information