mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-09-09 12:29:23 -05:00
Merge branch 'master' of https://github.com/vrm-c/UniVRM into expressionFaster
This commit is contained in:
@@ -98,7 +98,6 @@ namespace UniVRM10
|
||||
_inputWeights[expressionKey] = weight;
|
||||
}
|
||||
}
|
||||
Apply();
|
||||
}
|
||||
|
||||
public void SetWeightsNonAlloc(Dictionary<ExpressionKey, float> weights)
|
||||
@@ -110,7 +109,6 @@ namespace UniVRM10
|
||||
_inputWeights[expressionKey] = weight;
|
||||
}
|
||||
}
|
||||
Apply();
|
||||
}
|
||||
|
||||
public void SetWeight(ExpressionKey expressionKey, float weight)
|
||||
@@ -119,7 +117,6 @@ namespace UniVRM10
|
||||
{
|
||||
_inputWeights[expressionKey] = weight;
|
||||
}
|
||||
Apply();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user