VRIK post-update pose

This commit is contained in:
SDraw 2023-05-02 23:03:26 +03:00
parent 3f6a72898c
commit 6c83ea6930
No known key found for this signature in database
GPG key ID: BB95B4DAB2BB8BB5

View file

@ -358,6 +358,11 @@ namespace ml_prm
{
if(m_enabled)
m_vrIK.solver.IKPositionWeight = m_vrIkWeight;
else
{
foreach(var l_link in m_boneLinks)
l_link.Item2.CopyGlobal(l_link.Item1);
}
}
// Settings