Add AnimationRootMotionFlags to configure root motion component extraction
Add `RootMotionMode` to support extracting root motion from animated skeleton pose center of mass #1429 #2152
This commit is contained in:
@@ -157,7 +157,7 @@ bool AnimGraphBase::onNodeLoaded(Node* n)
|
||||
if (_rootNode->Values.Count() < 1)
|
||||
{
|
||||
_rootNode->Values.Resize(1);
|
||||
_rootNode->Values[0] = (int32)RootMotionMode::NoExtraction;
|
||||
_rootNode->Values[0] = (int32)RootMotionExtraction::NoExtraction;
|
||||
}
|
||||
break;
|
||||
// Animation
|
||||
|
||||
Reference in New Issue
Block a user