diff --git a/.obsidian/plugins/various-complements/histories.json b/.obsidian/plugins/various-complements/histories.json index 14d2bb9..4478701 100644 --- a/.obsidian/plugins/various-complements/histories.json +++ b/.obsidian/plugins/various-complements/histories.json @@ -1 +1 @@ -{"c++内存泄漏分析工具":{"c++内存泄漏分析工具":{"internalLink":{"count":1,"lastUpdated":1737361366503}}},"tonemapping":{"tonemapping":{"currentFile":{"count":1,"lastUpdated":1737367609064}}},"body01":{"body01":{"currentFile":{"count":1,"lastUpdated":1738243350947}}},"Games":{"Games":{"currentFile":{"count":1,"lastUpdated":1738586917474}}}} \ No newline at end of file +{"c++内存泄漏分析工具":{"c++内存泄漏分析工具":{"internalLink":{"count":1,"lastUpdated":1737361366503}}},"tonemapping":{"tonemapping":{"currentFile":{"count":1,"lastUpdated":1737367609064}}},"body01":{"body01":{"currentFile":{"count":1,"lastUpdated":1738243350947}}},"Games":{"Games":{"currentFile":{"count":1,"lastUpdated":1738586917474}}},"Camera":{"Camera":{"currentFile":{"count":1,"lastUpdated":1739168843622}}}} \ No newline at end of file diff --git a/02-Note/DAWA/福瑞格斗项目/FighterGameTemplateProject笔记.md b/02-Note/DAWA/福瑞格斗项目/FighterGameTemplateProject笔记.md new file mode 100644 index 0000000..bda31d8 --- /dev/null +++ b/02-Note/DAWA/福瑞格斗项目/FighterGameTemplateProject笔记.md @@ -0,0 +1,13 @@ +# 摄像机控制逻辑 +调用逻辑位于`BP_Sub_Controller`中的若干接口: +- Event + - Init_Camera + - BPI OFF SP Camera + - BPI SP Camera ON + - BPI USM Camera ON + - BPI Initi SP&USM Camera + - +- Interface +... + +具体实现逻辑位于Character中。 \ No newline at end of file