mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-08-28 05:44:48 -05:00
1 origin
This commit is contained in:
@@ -189,7 +189,7 @@ namespace UniVRM10
|
||||
/// </summary>
|
||||
public void Process()
|
||||
{
|
||||
// 0. Update From VrmAnimation
|
||||
// 1. Update From VrmAnimation
|
||||
if (VrmAnimation != null)
|
||||
{
|
||||
// copy pose
|
||||
@@ -206,19 +206,19 @@ namespace UniVRM10
|
||||
// TODO: look at target
|
||||
}
|
||||
|
||||
// 1. Control Rig
|
||||
// 2. Control Rig
|
||||
ControlRig?.Process();
|
||||
|
||||
// 2. Constraints
|
||||
// 3. Constraints
|
||||
foreach (var constraint in Constraints)
|
||||
{
|
||||
constraint.Process();
|
||||
}
|
||||
|
||||
// 3. Gaze control
|
||||
// 4. Gaze control
|
||||
LookAt.Process(m_target.LookAtTargetType, m_target.LookAtTarget);
|
||||
|
||||
// 4. Apply Expression
|
||||
// 5. Apply Expression
|
||||
Expression.Process();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user