摘要:
LearnOpenGL教程的中文翻译,英文版的地址为:https://learnopengl.com/ OpenGL https://learnopengl-cn.github.io/ 阅读全文
摘要:
Naming Use descriptive names for global variables and functions. Naming should follow the snake_case convention. Public function names should include 阅读全文
摘要:
****************************************************** volume_object_model_3d_relative_to_plane( : : ObjectModel3D, Plane, Mode, UseFaceOrientation : 阅读全文
摘要:
总结: 1.如果没有Nvidia的GPU,请使用openvino方案. 2.尽量不使用detection,直接使用recognition. 3.Nvidia GPU显存要达到4GB以上,方可调用. 4.使用tensort, query_available_dl_devices('ai_acceler 阅读全文
摘要:
blender里模型设置: 确保在世界原点; 比例正确; 法线朝向正确方向(Face Orientation); 应用缩放和位移(ctrl+a) File->Export->FBX(.fbx) UE导入设置: 直接把blender里导入的fbx文件直接拖放到资源管理器里,在弹出的窗口进行如下设置,不 阅读全文
摘要:
/* MSVC调试有效 __debugbreak(),调试中断 __FILE__,文件路径 __LINE__,行号 */ #define ASSERT(x) if(!(x)) __debugbreak(); #define GLCall(x) GLClearError();\ x;\ ASSERT( 阅读全文
摘要:
mysql -uroot -pword; // 管理员帐号登陆,root帐号,word密码 mysql> GRANT ALL ON *.* TO 'user1'@localhost IDENTIFIED BY 'password'; //user1帐号,password密码 阅读全文
摘要:
添加系统变量(anaconda3配置好的python和cmake的路径): e:\Users\Administrator\anaconda3\Scriptse:\Users\Administrator\anaconda3\e:\Users\Administrator\anaconda3\Librar 阅读全文