vault backup: 2024-05-20 18:12:41
This commit is contained in:
parent
b62ac7a606
commit
535a3479cc
@ -1 +1 @@
|
||||
{"128044539":{"128044539":{"currentFile":{"count":1,"lastUpdated":1714359212233}}},"StartLiveDirector:启动Bat文件":{"StartLiveDirector:启动Bat文件":{"currentFile":{"count":1,"lastUpdated":1713845438773}}},"Tools:一些第三方库,以及":{"Tools:一些第三方库,以及":{"currentFile":{"count":1,"lastUpdated":1713845507638}}},"LiveDirector:导播台。":{"LiveDirector:导播台。":{"currentFile":{"count":1,"lastUpdated":1713846588874}}},"Python:小工具,":{"Python:小工具,":{"currentFile":{"count":1,"lastUpdated":1713847220779}}},"HotKeyManager:快捷键相关,可以通过配置实现。":{"HotKeyManager:快捷键相关,可以通过配置实现。":{"currentFile":{"count":1,"lastUpdated":1713948483286}}},"MotionProcessor:导播台,动捕":{"MotionProcessor:导播台,动捕":{"currentFile":{"count":1,"lastUpdated":1714027644634}}},"启动青瞳客户端。右下一。":{"启动青瞳客户端。右下一。":{"currentFile":{"count":1,"lastUpdated":1714027880674}}},"MapEnvironment.Bat修改Server":{"MapEnvironment.Bat修改Server":{"currentFile":{"count":1,"lastUpdated":1714028106908}}},"StreamDock":{"StreamDock":{"currentFile":{"count":1,"lastUpdated":1714033564310}}},"添加道具、物品、场景、特效":{"添加道具、物品、场景、特效":{"currentFile":{"count":1,"lastUpdated":1714036023017}}},"OutlinePass":{"OutlinePass":{"internalLink":{"count":1,"lastUpdated":1715346170348}}},"JNCustomAssetEd:定义修型资产":{"JNCustomAssetEd:定义修型资产":{"currentFile":{"count":1,"lastUpdated":1715827692229}}},"GreenScreen":{"GreenScreen":{"currentFile":{"count":1,"lastUpdated":1715843645080}}},"Character":{"Character":{"currentFile":{"count":1,"lastUpdated":1715848900346}}},"定义了·FGuid":{"定义了·FGuid":{"currentFile":{"count":1,"lastUpdated":1715915171873}}}}
|
||||
{"128044539":{"128044539":{"currentFile":{"count":1,"lastUpdated":1714359212233}}},"StartLiveDirector:启动Bat文件":{"StartLiveDirector:启动Bat文件":{"currentFile":{"count":1,"lastUpdated":1713845438773}}},"Tools:一些第三方库,以及":{"Tools:一些第三方库,以及":{"currentFile":{"count":1,"lastUpdated":1713845507638}}},"LiveDirector:导播台。":{"LiveDirector:导播台。":{"currentFile":{"count":1,"lastUpdated":1713846588874}}},"Python:小工具,":{"Python:小工具,":{"currentFile":{"count":1,"lastUpdated":1713847220779}}},"HotKeyManager:快捷键相关,可以通过配置实现。":{"HotKeyManager:快捷键相关,可以通过配置实现。":{"currentFile":{"count":1,"lastUpdated":1713948483286}}},"MotionProcessor:导播台,动捕":{"MotionProcessor:导播台,动捕":{"currentFile":{"count":1,"lastUpdated":1714027644634}}},"启动青瞳客户端。右下一。":{"启动青瞳客户端。右下一。":{"currentFile":{"count":1,"lastUpdated":1714027880674}}},"MapEnvironment.Bat修改Server":{"MapEnvironment.Bat修改Server":{"currentFile":{"count":1,"lastUpdated":1714028106908}}},"StreamDock":{"StreamDock":{"currentFile":{"count":1,"lastUpdated":1714033564310}}},"添加道具、物品、场景、特效":{"添加道具、物品、场景、特效":{"currentFile":{"count":1,"lastUpdated":1714036023017}}},"OutlinePass":{"OutlinePass":{"internalLink":{"count":1,"lastUpdated":1715346170348}}},"JNCustomAssetEd:定义修型资产":{"JNCustomAssetEd:定义修型资产":{"currentFile":{"count":1,"lastUpdated":1715827692229}}},"GreenScreen":{"GreenScreen":{"currentFile":{"count":1,"lastUpdated":1715843645080}}},"Character":{"Character":{"currentFile":{"count":1,"lastUpdated":1715848900346}}},"定义了·FGuid":{"定义了·FGuid":{"currentFile":{"count":1,"lastUpdated":1715915171873}}},"(例如Idol.BeiLa)。以及FollowingSocketName":{"(例如Idol.BeiLa)。以及FollowingSocketName":{"currentFile":{"count":1,"lastUpdated":1716192086731}}},"DirectorCamera为场景相关的相机(静态镜头)。":{"DirectorCamera为场景相关的相机(静态镜头)。":{"currentFile":{"count":1,"lastUpdated":1716192192053}}}}
|
@ -19,9 +19,10 @@
|
||||
|
||||
## Data
|
||||
### UDirectorCamGroupData
|
||||
镜头组数据资产,里面存储***各个镜头LevelSequence***。
|
||||
|
||||
### UDirectorCamSetupData
|
||||
|
||||
里面存储各种***UDirectorCamGroupData***。
|
||||
|
||||
# LevelSequences
|
||||
LevelSequence的帧数为30fps。
|
||||
@ -37,8 +38,13 @@ LevelSequence的帧数为30fps。
|
||||
1. 在LevelSequences目录下新建一个LevelSequence资产。
|
||||
2. 拖入角色蓝图资产到到LevelSequence中(Spawnable),并且Attach指定的**LiveArea**Actor下,对齐直播场景的原点。拖入SoundBase资产到LevelSequence中(可选)。
|
||||
3. 角色蓝图添加CharacterMesh轨道,并且给CharacterMesh轨道指定对应的AnimationSequence资产。
|
||||
4.
|
||||
5. 如果需要追踪则给CinemaCamera,添加FollowingMovement组件以及轨道,并且指定组件的FollowingActor为对应Actor,并且***填写FollowingIdolName***(例如Idol.BeiLa)。以及FollowingSocketName
|
||||
4. 添加摄像机
|
||||
1. CinemaCamera
|
||||
1. 如果需要追踪则给CinemaCamera,添加FollowingMovement组件以及轨道,并且指定组件的FollowingActor为对应Actor,并且***填写FollowingIdolName***(例如Idol.BeiLa)。以及FollowingSocketName
|
||||
2. DirectorCamera为场景相关的相机(静态镜头)
|
||||
1. Sequence中添加DirectorCamera,之后Attach到CameraRoot下。
|
||||
2. 如果需要追踪则给DirectorCamera,添加FollowingMovement组件以及轨道,并且指定组件的FollowingActor为对应Actor,并且***填写FollowingIdolName***(例如Idol.BeiLa)。以及FollowingSocketName
|
||||
5. 将LevelSequence添加到对应的`UDirectorCamGroupData`资产中。
|
||||
6. 将`UDirectorCamGroupData`放入到对应`UDirectorCamGroupData`资产中。
|
||||
7. 点击ASoul工具-配置ShotGroupBroad通用按钮。配置StreamDock面部按钮以及图标。
|
||||
|
||||
DirectorCamera为场景相关的相机。
|
||||
1. Sequence中添加DirectorCamera,之后Attach到CameraRoot下。
|
||||
|
Loading…
x
Reference in New Issue
Block a user