zoukankan      html  css  js  c++  java
  • Reading : Realtime allFrequency shadows in Dynamic Scenes

    This paper extends previous shadow mapping work into dynamic scences under complex lighting such as area light sources or environment lighting.

    This extension relies on fast approximate technique for computing soft shadows. This new soft shadow  mapping uses two convolution operaton to compute the filtering kernel size and prefiltering shadow map respecitively. The latter convolution is their previous work: convolution shadow mapping(CSM)

    In other word, they extend CSM with adaptive filteirng kerenl. Furthermore, the kerenl computation is in constant time with the same mathematical framework.

    To render the environement map lighting, the decompose environment map into many area lights. Then they use this high-quality faster soft shadow mapping method to calculatereal-time all-frequency shadows in dynamic scenes.

    However there are still exist some limitations:

     First they assume that all blocker has he same depth within the convolution kernel, that is:

    Sf(x)=  Sum(w(q) * f(d(y), z(p-q))

    here we think all d(y) equal to d(x). This is a popular problem in most of advanced shadow mapping method

    Second, they use Fourier basis function to approximate results. However Fourier basis easily produce some ringing artifacts. In addition

    the kernel size computation involves with divison. it is easilly introduce error.

    Third. like most of shadow mapping, they don't support complex BRDF effect.

    In conclusion, they propose a new shadow mapping method with convolution to make all-frequency shadow in dyanmic scence. With greedy algorithm to generate area light from environment map, they extend previous shadow mapping into complex lighting.

  • 相关阅读:
    Fastboot的使用简单教程
    Spoj 2713 Can you answer these queries IV 水线段树
    互联网金融中的各条路子
    MySql事务无法回滚的原因
    Html 语法学习笔记二
    谈长耗时任务的优化
    收藏:左路Deep Learning+右路Knowledge Graph,谷歌引爆大数据
    [ javascript ] 司徒正美的fadeOut-fadeIn效果!
    顺序队列
    Linux下oracle开机自启动服务
  • 原文地址:https://www.cnblogs.com/cloudseawang/p/1246563.html
Copyright © 2011-2022 走看看