创建UpdateFootPredictions函数
2025年5月4日 2025年5月9日
使用通过速度预测出来的目标位置替换骨骼所在位置;使用解锁前的位置替换WorldFinalFootTransform。
-
创建PredictedFootTransforms数组,并使用骨骼起始位置进行初始化
-
创建函数UpdateFootPredictions,添加到CalculateCycle之后,MoveFeetTransforms之前
-
搭建函数框架
使用通过速度预测出来的目标位置替换骨骼所在位置;使用解锁前的位置替换WorldFinalFootTransform。
创建PredictedFootTransforms数组,并使用骨骼起始位置进行初始化
创建函数UpdateFootPredictions,添加到CalculateCycle之后,MoveFeetTransforms之前
搭建函数框架
2025年5月4日 2025年5月9日
使用通过速度预测出来的目标位置替换骨骼所在位置;使用解锁前的位置替换WorldFinalFootTransform。
创建PredictedFootTransforms数组,并使用骨骼起始位置进行初始化
创建函数UpdateFootPredictions,添加到CalculateCycle之后,MoveFeetTransforms之前
搭建函数框架