vault backup: 2024-12-03 10:12:01
This commit is contained in:
parent
3013d9e817
commit
1a6c0ffda3
@ -1 +1 @@
|
|||||||
{"RigidBodyIndex":{"RigidBodyIndex":{"currentFile":{"count":1,"lastUpdated":1730280351906}}},"IOS&Android Engine Package":{"IOS&Android Engine Package":{"internalLink":{"count":1,"lastUpdated":1730702690372}}},"AI动捕优化思路:":{"AI动捕优化思路:":{"currentFile":{"count":1,"lastUpdated":1731243010285}}},"TODO清单":{"TODO清单":{"internalLink":{"count":1,"lastUpdated":1731553316709}}},"CustomThunk":{"CustomThunk":{"internalLink":{"count":1,"lastUpdated":1731555464503}}},"MobileTAA只做两帧混合":{"MobileTAA只做两帧混合":{"currentFile":{"count":1,"lastUpdated":1731557419798}}},"UMG组件作用笔记":{"UMG组件作用笔记":{"internalLink":{"count":1,"lastUpdated":1731557505574}}},"SequoiaCamShotEvalTemplate":{"SequoiaCamShotEvalTemplate":{"currentFile":{"count":1,"lastUpdated":1732609264076}}}}
|
{"IOS&Android Engine Package":{"IOS&Android Engine Package":{"internalLink":{"count":1,"lastUpdated":1730702690372}}},"AI动捕优化思路:":{"AI动捕优化思路:":{"currentFile":{"count":1,"lastUpdated":1731243010285}}},"TODO清单":{"TODO清单":{"internalLink":{"count":1,"lastUpdated":1731553316709}}},"CustomThunk":{"CustomThunk":{"internalLink":{"count":1,"lastUpdated":1731555464503}}},"MobileTAA只做两帧混合":{"MobileTAA只做两帧混合":{"currentFile":{"count":1,"lastUpdated":1731557419798}}},"UMG组件作用笔记":{"UMG组件作用笔记":{"internalLink":{"count":1,"lastUpdated":1731557505574}}},"SequoiaCamShotEvalTemplate":{"SequoiaCamShotEvalTemplate":{"currentFile":{"count":1,"lastUpdated":1732609264076}}},"c++内存泄漏分析工具":{"c++内存泄漏分析工具":{"internalLink":{"count":1,"lastUpdated":1733137754779}}}}
|
@ -487,4 +487,17 @@ LeftForeArm
|
|||||||
LeftHand
|
LeftHand
|
||||||
RightArm
|
RightArm
|
||||||
RightForeArm
|
RightForeArm
|
||||||
RightHand
|
RightHand
|
||||||
|
|
||||||
|
|
||||||
|
# UE4 ChingMu重定向
|
||||||
|
- 移植FullBody的以下语句。
|
||||||
|
```c++
|
||||||
|
bGetMotionData = Recv->SampleFullBodyData_AnimationThread(ValidIdentity,
|
||||||
|
ULiveDirectorStatics::GetUnixTime() -
|
||||||
|
UMotionUtils::BackSampleTime * 2,
|
||||||
|
SampledFullBodyData);
|
||||||
|
```
|
||||||
|
- AChingmuMocapReceiverActor::Tick()仔细考虑。
|
||||||
|
- DoSample()
|
||||||
|
- CalculatePackageAverageInterval()
|
Loading…
x
Reference in New Issue
Block a user