会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
冂冋冏囧
博客园
首页
新随笔
联系
订阅
管理
[置顶]
学习专题汇总
摘要: LearnOpenGL教程的中文翻译,英文版的地址为:https://learnopengl.com/ OpenGL https://learnopengl-cn.github.io/
阅读全文
posted @ 2020-02-09 16:14 冂冋冏囧
阅读(150)
评论(0)
推荐(0)
2024年11月27日
docker常用命令
摘要: # 安装docker-compose $ sudo curl -L "https://github.com/docker/compose/releases/download/v2.2.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bi
阅读全文
posted @ 2024-11-27 00:34 冂冋冏囧
阅读(24)
评论(0)
推荐(0)
2023年6月24日
编码风格
摘要: Naming Use descriptive names for global variables and functions. Naming should follow the snake_case convention. Public function names should include
阅读全文
posted @ 2023-06-24 03:09 冂冋冏囧
阅读(28)
评论(0)
推荐(0)
2023年6月8日
UE5 导入第三方库
摘要: 项目名:First
阅读全文
posted @ 2023-06-08 15:15 冂冋冏囧
阅读(145)
评论(0)
推荐(0)
2022年6月30日
volume_object_model_3d_relative_to_plane 体积计算
摘要: ****************************************************** volume_object_model_3d_relative_to_plane( : : ObjectModel3D, Plane, Mode, UseFaceOrientation :
阅读全文
posted @ 2022-06-30 23:51 冂冋冏囧
阅读(723)
评论(0)
推荐(0)
2022年6月4日
Halcon 21.05 DeepOCR 性能测试
摘要: 总结: 1.如果没有Nvidia的GPU,请使用openvino方案. 2.尽量不使用detection,直接使用recognition. 3.Nvidia GPU显存要达到4GB以上,方可调用. 4.使用tensort, query_available_dl_devices('ai_acceler
阅读全文
posted @ 2022-06-04 00:20 冂冋冏囧
阅读(1928)
评论(7)
推荐(0)
2022年5月6日
blender导入UE
摘要: blender里模型设置: 确保在世界原点; 比例正确; 法线朝向正确方向(Face Orientation); 应用缩放和位移(ctrl+a) File->Export->FBX(.fbx) UE导入设置: 直接把blender里导入的fbx文件直接拖放到资源管理器里,在弹出的窗口进行如下设置,不
阅读全文
posted @ 2022-05-06 14:12 冂冋冏囧
阅读(802)
评论(0)
推荐(0)
2022年5月1日
blender简易刚体
摘要: 1.主动体,受重力影响 2.被动体,不受重力影响
阅读全文
posted @ 2022-05-01 04:08 冂冋冏囧
阅读(175)
评论(0)
推荐(0)
blender简易烘焙
摘要: 1.ao,Pointness在Eevee中无法直接使用,需要Cycles中先烘焙再使用才有效果。 2.简易烘焙
阅读全文
posted @ 2022-05-01 01:54 冂冋冏囧
阅读(180)
评论(0)
推荐(0)
2022年3月29日
c++断言调试宏
摘要: /* MSVC调试有效 __debugbreak(),调试中断 __FILE__,文件路径 __LINE__,行号 */ #define ASSERT(x) if(!(x)) __debugbreak(); #define GLCall(x) GLClearError();\ x;\ ASSERT(
阅读全文
posted @ 2022-03-29 15:26 冂冋冏囧
阅读(130)
评论(0)
推荐(0)
2022年3月22日
MySql添加全权限帐号
摘要: mysql -uroot -pword; // 管理员帐号登陆,root帐号,word密码 mysql> GRANT ALL ON *.* TO 'user1'@localhost IDENTIFIED BY 'password'; //user1帐号,password密码
阅读全文
posted @ 2022-03-22 09:56 冂冋冏囧
阅读(89)
评论(0)
推荐(0)
下一页
公告