Fluid
  • Home
  • Archives
  • Categories
  • Tags
  • About

Glossy Probe Reprojection for Interactive Global Illumination

1 SummaryGlossy Probe Reprojection for Interactive Global Illumination [8] 这篇论文提出了一种基于 light probe 思想的实时全局光照算法,高效解决带有 glossy 路径的全局光照问题。light probe 思想在场景中放置多个 light probe,每个 light probe 包含了该位置的间接光照信息
2023-09-20
Paper Notes > GI > Light Probe

条款一:模板类型推导对于下面一段模板伪代码: 12template<typename T>void f(ParamType param); // ParamType ParamType 是模板形参类型,常带有修辞词(const)或引用声明。接下来将要谈论的几种情况: 值传递:ParamType为T 引用传递: 左值引用:ParamType为T&或T const& 万
2023-09-20

Dynamic Diffuse Global Illumination with Ray-Traced Irradiance Fields

1 Summary本文提出了一种基于light probe的实时动态diffuse GI(DDGI) 算法。该算法的probe在世界空间下摆放,其数据完全实时生成,不需要预计算,因此支持具有动态光源与动态几何的场景。 DDGI算法主要包含了probe数据更新与probe-based shading: probe数据更新:为场景中的每个probe生成 $n$ 条probe-update光线,光线与
2023-09-20
Paper Notes > GI > Light Probe

Forward Light Cuts A Scalable Approach to Real-Time Global Illumination

1 SummaryForward Light Cuts: A Scalable Approach to Real-Time Global Illumination [1] 这篇论文假设了次级光源为 diffuse 材质的场景,并且不考虑次级光照的阴影,提出了一种能够很好结合 tessellation 和 geometry 阶段的并行特性的高效实时全局光照近似计算算法。该算法基于 many-l
2023-09-20
Paper Notes > GI

Effect-based Multi-viewer Caching for Cloud-native Rendering

1 Summary本文基于object-space/texture-space shading管线,提出一种面向multi-viewers的云渲染的cache系统设计。对于effect中与视角无关的部分,通过转换为texture-space下的渲染任务,并且设计effect-based cache系统,使得不同viewers共享同一份effect中间数据。提出的effect-based
2023-09-20
Paper Notes > Cloud Rendering
1…456

Search

Hexo Fluid