会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
redips
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
···
13
下一页
2019年9月30日
[转] C++ 父类构造/析构函数中调用虚函数
摘要: 转自[https://blog.csdn.net/K346K346/article/details/49872023] 虽然可以对虚函数进行实调用,但程序员编写虚函数的本意应该是实现动态联编。在构造函数中调用虚函数,函数的入口地址是在编译时静态确定的,并未实现虚调用。但是为什么在构造函数中调用虚函数
阅读全文
posted @ 2019-09-30 10:12 redips
阅读(1438)
评论(0)
推荐(0)
2019年9月16日
glGetString(GL_EXTENSIONS)导致crash
摘要: "glGetString() is not deprecated, only the GL_EXTENSIONS argument to it is. There’s a lot of history with people using fixed-size buffers to copy the
阅读全文
posted @ 2019-09-16 21:17 redips
阅读(1328)
评论(0)
推荐(0)
2019年9月11日
Unreal :error LNK2019: unresolved externel symbol "__declspec(dllimport) xxx"
摘要: 参考https://www.cnblogs.com/-sev-/p/7908136.html 在对应的build.cs文件中的Public/PrivatgeDependencyModuleNames引入相关模块,比如上面我遇到的错误,加上下面这行就好了:
阅读全文
posted @ 2019-09-11 14:40 redips
阅读(324)
评论(0)
推荐(0)
Unreal日志窗口乱码????
摘要: 参考 https://www.cnblogs.com/ZhengJianYao/p/9431925.html 打开Visual Studio Installer,找到对应的vs版本,点击 更多>修改 切换到 语言包,只选中英语,然后点击修改就可以了
阅读全文
posted @ 2019-09-11 11:46 redips
阅读(1099)
评论(0)
推荐(0)
2019年9月4日
Filament源码分析 - FrameGraph / RenderGraph
摘要: 放一下类图。 简单介绍一下相关类型: FrameGraphHandle:只有一个uint16_t的标识,初始化为一个无效值。 FrameGraphId:一个模板类,继承自FrameGraphHandle,没有自定义的属性或者方法。 FrameGraphRenderTarget: 一个命名空间,里面定
阅读全文
posted @ 2019-09-04 10:39 redips
阅读(3070)
评论(0)
推荐(1)
2019年8月29日
GPU Gems 3-24 The Importance of Being Linear
摘要: 关键词: Hdr,SSS,mipmap,filtering,darker,blending,post process,0.5 0.25,light intensity fall off,sRGB texture formats,GL_SRGB_EXT,sRGB framebuffer
阅读全文
posted @ 2019-08-29 20:24 redips
阅读(192)
评论(0)
推荐(0)
2019年8月23日
AndroidStudio c++ include库文件红色 找不到,没有代码提示
摘要:
阅读全文
posted @ 2019-08-23 10:37 redips
阅读(1889)
评论(0)
推荐(0)
2019年8月20日
Assimp对FBX文件中geometric transformations的处理
摘要: 关于geometric transformations可以参考http://download.autodesk.com/us/fbx/20112/FBX_SDK_HELP/index.html?url=WS1a9193826455f5ff1f92379812724681e696651.htm,top
阅读全文
posted @ 2019-08-20 20:38 redips
阅读(535)
评论(0)
推荐(0)
2019年7月22日
VSM - variance shadow map
摘要: 论文链接: http://student.agh.edu.pl/~mradzisz/EGA/vsm_paper.pdf 1. result: 2. performance: 3. 算法原理: 4. 论文中算法实现: 5. 问题: 5.1 light bleeding:只要方差不为0, pmax都是大
阅读全文
posted @ 2019-07-22 21:13 redips
阅读(480)
评论(0)
推荐(0)
2019年7月5日
WSL安装
摘要: 参考: [https://www.cnblogs.com/JettTang/p/8186315.html] [https://blog.nickwhyy.top/wsl/] [https://www.bilibili.com/read/cv1429071/] 1. 管理员权限,powershell
阅读全文
posted @ 2019-07-05 17:05 redips
阅读(374)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
···
13
下一页
公告