diff --git a/.obsidian/plugins/various-complements/histories.json b/.obsidian/plugins/various-complements/histories.json index 05f9c7e..58cec24 100644 --- a/.obsidian/plugins/various-complements/histories.json +++ b/.obsidian/plugins/various-complements/histories.json @@ -1 +1 @@ -{"123456":{"123456":{"currentFile":{"count":2,"lastUpdated":1720755815809}}},"FGBufferData":{"FGBufferData":{"currentFile":{"count":1,"lastUpdated":1718936545718}}},"中添加写入FGBufferData逻辑。代码如下:":{"中添加写入FGBufferData逻辑。代码如下:":{"currentFile":{"count":1,"lastUpdated":1718964454078}}},"MountPoint":{"MountPoint":{"currentFile":{"count":1,"lastUpdated":1719385071039}}},"V02:Surface材质相关属性逻辑,被MF":{"V02:Surface材质相关属性逻辑,被MF":{"currentFile":{"count":1,"lastUpdated":1719480408956}}},"MaterialInstance":{"MaterialInstance":{"currentFile":{"count":1,"lastUpdated":1719541411063}}},"CharacterEffects":{"CharacterEffects":{"currentFile":{"count":1,"lastUpdated":1719544276030}}},"MainLightIntensity,这些一般在Sequence中进行修改。":{"MainLightIntensity,这些一般在Sequence中进行修改。":{"currentFile":{"count":3,"lastUpdated":1719820337575}}},"LiveLink的应用及扩展":{"LiveLink的应用及扩展":{"internalLink":{"count":1,"lastUpdated":1720682388242}}},"Actor即可。":{"Actor即可。":{"currentFile":{"count":1,"lastUpdated":1721128244899}}},"TODO清单":{"TODO清单":{"internalLink":{"count":1,"lastUpdated":1721185627583}}},"群贝拉场景。可能是动画蓝图的问题。并不确定。":{"群贝拉场景。可能是动画蓝图的问题。并不确定。":{"currentFile":{"count":1,"lastUpdated":1721186286231}}},"c++内存泄漏分析工具":{"c++内存泄漏分析工具":{"internalLink":{"count":1,"lastUpdated":1721218206634}}}} \ No newline at end of file +{"123456":{"123456":{"currentFile":{"count":2,"lastUpdated":1720755815809}}},"FGBufferData":{"FGBufferData":{"currentFile":{"count":1,"lastUpdated":1718936545718}}},"中添加写入FGBufferData逻辑。代码如下:":{"中添加写入FGBufferData逻辑。代码如下:":{"currentFile":{"count":1,"lastUpdated":1718964454078}}},"MountPoint":{"MountPoint":{"currentFile":{"count":1,"lastUpdated":1719385071039}}},"V02:Surface材质相关属性逻辑,被MF":{"V02:Surface材质相关属性逻辑,被MF":{"currentFile":{"count":1,"lastUpdated":1719480408956}}},"MaterialInstance":{"MaterialInstance":{"currentFile":{"count":1,"lastUpdated":1719541411063}}},"CharacterEffects":{"CharacterEffects":{"currentFile":{"count":1,"lastUpdated":1719544276030}}},"MainLightIntensity,这些一般在Sequence中进行修改。":{"MainLightIntensity,这些一般在Sequence中进行修改。":{"currentFile":{"count":3,"lastUpdated":1719820337575}}},"LiveLink的应用及扩展":{"LiveLink的应用及扩展":{"internalLink":{"count":1,"lastUpdated":1720682388242}}},"Actor即可。":{"Actor即可。":{"currentFile":{"count":1,"lastUpdated":1721128244899}}},"TODO清单":{"TODO清单":{"internalLink":{"count":1,"lastUpdated":1721185627583}}},"群贝拉场景。可能是动画蓝图的问题。并不确定。":{"群贝拉场景。可能是动画蓝图的问题。并不确定。":{"currentFile":{"count":1,"lastUpdated":1721186286231}}},"c++内存泄漏分析工具":{"c++内存泄漏分析工具":{"internalLink":{"count":1,"lastUpdated":1721218206634}}},"DMX优化":{"DMX优化":{"currentFile":{"count":1,"lastUpdated":1721285453609}}}} \ No newline at end of file diff --git a/02-Note/DAWA/ASoul/优化笔记/2024贝拉生日会优化笔记/2024贝拉生日会优化笔记.md b/02-Note/DAWA/ASoul/优化笔记/2024贝拉生日会优化笔记/2024贝拉生日会优化笔记.md index fe48454..10af20a 100644 --- a/02-Note/DAWA/ASoul/优化笔记/2024贝拉生日会优化笔记/2024贝拉生日会优化笔记.md +++ b/02-Note/DAWA/ASoul/优化笔记/2024贝拉生日会优化笔记/2024贝拉生日会优化笔记.md @@ -17,10 +17,10 @@ ## 已做记录 1. [x] MediaPlayer硬件加速与TSR。 -2. [ ] BP_1开头平面反射优化以及场景BP_PannelReflction K没 -3. [ ] CPU粒子优化 +2. [x] BP_1开头平面反射优化以及场景BP_PannelReflction K没 +3. [x] CPU粒子优化 4. [x] 伴舞角色MovemenComponent以及Tick优化。 -5. [ ] DMX Beam优化。 +5. [x] DMX Beam优化。 6. [ ] Ultra_Dynamic_Sky的方向光级联阴影贴图设置。 @@ -62,4 +62,12 @@ 1. Cam_yaobi_02 2892625 这里建议暂时把屏幕空间反射关了,并且控制平面反射范围。 1. 屏幕空间反射亮度设置为0。 2. 发光贝拉建议把投影关了。 -3. 2899860~2900140的星光反射会消失。 \ No newline at end of file +3. 2899860~2900140的星光反射会消失。 + + +# BP_16_YYDYG +- 可以考虑把BP_PannelReflction K掉,因为角色脚下的台子没有反射。 +- Sequencer 去掉体积云。 +- DMX + - M_Beam_Master5 + - M_Beam_Master14 \ No newline at end of file