上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 56 下一页
  2018年8月31日
摘要: std::string shaderVS = "\struct PSInput \{ \float4 position : SV_POSITION;\float4 color : COLOR;\}; \PSInput VSMain(float4 position : POSITION, float4 阅读全文
posted @ 2018-08-31 15:48 minggoddess 阅读(261) 评论(0) 推荐(0) 编辑
  2018年8月17日
摘要: is more than adequate 充足的 is slightly off 稍微偏离 is a compromise between ..and.. 折中 compensate for this by doing 通过做xxx弥补xxx be effective 有效 incur xxx 导 阅读全文
posted @ 2018-08-17 16:39 minggoddess 阅读(162) 评论(0) 推荐(0) 编辑
  2018年8月15日
摘要: 占坑 lightmapper有两种: Enlighten, Progressive Enlighten: baked GI 静态物体 离线烘焙 precomputed GI 也是适用于静态物体 F是预先计算的 light相关信息可以实时改变 更新有延迟 几帧后会更新完 性能和resolution有关 阅读全文
posted @ 2018-08-15 16:52 minggoddess 阅读(409) 评论(0) 推荐(0) 编辑
  2018年8月14日
摘要: 这篇的球谐部分还需要完善下 目前是咩有的 正好light probe里面有 https://www.jianshu.com/p/cbd1a1f86d1b https://blog.csdn.net/bitcarmanlee/article/details/54729807 blur是个卷积 每个点采 阅读全文
posted @ 2018-08-14 16:28 minggoddess 阅读(1658) 评论(0) 推荐(0) 编辑
摘要: https://gamedev.stackexchange.com/questions/96051/unity-5-how-to-get-a-shadowmap fragmentshader: float4 wpos; wpos = i.worldPos; //w在这里面了 proj的信息 floa 阅读全文
posted @ 2018-08-14 10:55 minggoddess 阅读(2382) 评论(0) 推荐(0) 编辑
  2018年8月13日
摘要: http://advances.realtimerendering.com/ 阅读全文
posted @ 2018-08-13 13:49 minggoddess 阅读(166) 评论(0) 推荐(0) 编辑
  2018年8月12日
摘要: http://mathinfo.univ-reims.fr/IMG/pdf/PreethamSig2003CourseNotes.pdf https://blog.csdn.net/toughbro/article/details/7800395 Modeling Skylight and Aeri 阅读全文
posted @ 2018-08-12 19:06 minggoddess 阅读(499) 评论(0) 推荐(0) 编辑
  2018年8月11日
摘要: http://jcgt.org/published/0003/04/04/paper.pdf 一个号称只有2ms的实时gpu光线追踪 screen space reflection用到了 和其他ray tracing的区别是 scene data 只用了depth buffer setp 超过dep 阅读全文
posted @ 2018-08-11 21:59 minggoddess 阅读(482) 评论(0) 推荐(0) 编辑
  2018年8月10日
摘要: unity用到了screen space shadow map 1.camera 在light pos 生成depth1 2.screen space depth2 3.根据depth1 depth2生成 screen space shadow 4.采样ssshadow 生成阴影 为什么要加这一步 阅读全文
posted @ 2018-08-10 16:07 minggoddess 阅读(848) 评论(0) 推荐(0) 编辑
  2018年8月9日
摘要: https://www.youtube.com/watch?v=zbjkEQMEShM LWRP https://blogs.unity3d.com/cn/2018/02/21/the-lightweight-render-pipeline-optimizing-real-time-performa 阅读全文
posted @ 2018-08-09 18:51 minggoddess 阅读(340) 评论(0) 推荐(0) 编辑
上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 56 下一页