随笔分类 - OSG
摘要:1. pkgconf 1. zlib 1. liblzma[tools] 1. bzip2[tool] 1. minizip[bzip2,tools] 1. zstd 1. brotli 1. lz4[core,tools] 1. lzo 1. libdeflate[compression,deco
阅读全文
摘要:1. BP_SaveInfo蓝图(继承于SaveGame)2. BP_FirstPersonCharacter蓝图(继承于Character)2.1 SaveRound2.2 LoadRound
阅读全文
摘要:1. M_TargetRed材质2. BP_FirstPersonCharacter蓝图2.1 Event Graph2.2 StartSprinting宏2.3 StopSprinting宏2.4 ManageStaminaDrain宏2.5 ManageStaminaRecharge宏3. BP
阅读全文
摘要:1. OSQPOSQP(Operator Splitting Quadratic Programming)是一个用于求解凸二次规划(Convex Quadratic Programming)问题的求解器。它基于“算子分裂”的优化方法,将二次规划问题分解为一系列小的子问题,并通过迭代的方式逐步求解
阅读全文
摘要:转自:https://gitcode.com/Open-source-documentation-tutorial/7da0b/overview
阅读全文
摘要:转自:https://wenku.baidu.com/view/af03e42aeb7101f69e3143323968011ca300f722.html?_wkts_=1735389815528&needWelcomeRecommand=1
阅读全文
摘要:1.设置环境变量VCPKG_ROOT D:\vcpkg Path 中加入 %VCPKG_ROOT%2. 在CMakeLists.txt文件中加入vcpkg工具支持cmake_minimum_required(VERSION 3.7) # 设置 vcpkg 的工具链文件 set(CMAKE_TOOLC
阅读全文
摘要:主要是解决找不到dll的问题1. VS中修改调试时PATH目录2. VS Code中修改调试时PATH目录
阅读全文