虚拟环境中阴影的实时绘制算法研究
详细信息    本馆镜像全文|  推荐本文 |  |   获取CNKI官网全文
摘要
论文主要研究虚拟环境中不同类型阴影的实时绘制算法,研究的内容包括阴影反走样算法、全方向光源下的阴影绘制方法、基于图像的柔和阴影实时绘制算法、基于图像空间的环境遮挡算法、数字地貌晕渲中的阴影绘制算法。论文的研究工作主要有以下几个方面:
     第一、分析了标准阴影贴图算法的特点,尤其是对它的几个缺点进行了细致地讨论。通过对阴影贴图算法中走样问题进行定性和定量分析发现,屏幕上的像素对深度纹理采样率不足是导致阴影走样的根本原因,因此改善阴影走样最根本的方法就是提高深度纹理的采样率。分别对基于分割和基于变形的反走样算法进行了研究,总结了它们的特点。无论是在PSSMs算法中,还是在后来提出的Cascaded Shadow Maps算法中,都没有明确给出场景分割的标准,不利于实际操作,为此根据阴影走样的评价方法本文提出了场景的每个分割单元不出现走样的最低标准,得出了场景分割方案和分辨率之间的定量关系,这样从眼睛空间视锥体的近平面到远平面可以通过迭代推进的方式进行合理的分割,提供了一种操作性较强的场景划分方法。
     第二、根据虚拟地形环境的特点提出了一种视点自适应的阴影算法,该算法能够根据眼睛空间视锥体与地形之间的关系实时计算出光源视锥体应该所包含的最小范围,这样就可以保证最大程度地利用深度纹理。运用全球虚拟地形环境对该算法进行了实验,结果表明该算法能够有效地改善阴影走样现象。本文还讨论了利用Blinn-Newell贴图、球面贴图、立方体贴图、抛物面贴图进行全方向光源阴影绘制的特点,从效果和效率两个方面比较得出抛物面贴图算法最适合全方向光源的阴影绘制。
     第三、根据理论分析和现实照片对比提出了柔和阴影算法在效果上的评价标准,对利用图像过滤绘制柔和阴影的算法进行了讨论,说明了影响柔和阴影绘制效率和效果的因素。对比了VSM、CSM、ESM三种半影不变的柔和阴影算法,总结了三种算法的优劣。运用实验得出了影响PCSS算法计算效率的主要因素,通过分析发现在PCSS算法中计算遮挡物体空间位置和阴影测试都需要对深度纹理的同一片区域进行采样,这样就造成了对深度纹理的重复采样。论文在此基础上提出了一种优化算法,不仅将两次采样过程合二为一,并且简化了遮挡物体空间位置的计算,在采样过程中当第一次得到满足条件的点时就确定遮挡物体。实验证明该算法既能获得与PCSS算法近似的效果又能有效的提高场景的计算效率,尤其是当场景中的阴影占画面比例较多的时候这种计算效率上的优势更加明显,在同样的场景条件下本算法较PCSS算法提高大约10%的效率。
     第四、对环境遮挡算法的发展、特征进行了详细的论述,尤其是对近些年人们所提出的优化算法进行了全面的总结和评价。重点对两种基于屏幕空间的环境遮挡算法的原理和特征进行了论述,通过比较认为HSAO算法更具可扩展性。利用实验对HSAO算法的各种影响因素进行了分析,包括:深度纹理采样范围、采样方向数量、射线方向上采样数量、屏幕分辨率和视点方位,得出了这些因素对HSAO算法性能的影响规律,最后讨论了HSAO算法在虚拟环境中的应用及硬件加速方法,并探讨了HSAO算法的优化方法。
     第五、根据Imhof和施祖辉等专家的晕渲思想总结了传统地貌晕渲中阴影绘制的基本规律,并对常用的几种用于数字晕渲阴影计算的光照模型进行了讨论。从理论和实验两个方面对漫反射光照模型、基于坡向的模型进行了对比,详细评价了它们的优缺点。漫反射模型能够很好的表现平缓地区的特征,但很难对起伏较大地区特征线进行表现,而基于坡向的算法正好相反。本文针对这两个模型的特点给出了四点改进意见,并据此提出一种新的面向地貌因子的光照模型。该模型分别根据坡度、坡向和高程三个要素对顶点的亮度进行计算,能够较好的克服漫反射模型和基于坡向光照模型的缺点。论文还分析了确定光源方位的不同方法,并针对其中的缺点提出了相应的改进措施。
Different real-time rendering algorithms of shading and shadows are researched in this dissertation. We concentrate on some key technologies, such as anti-aliasing algorithms of shadows based on image, rendering algorithms of shadows under omni directional light source, real-time rendering algorithms of soft shadows based on image, screen space ambient occlusion algorithms, shading algorithms in digital relief shading. The followings are what we have done in this dissertation:
     Firstly, we analyzed the characters of standard shadow mapping algorithm and talked out the shortcoming of it. Through analyzing aliasing problem of shadow mapping algorithm, it could be found that under-sampling is the main reason of aliasing. So the essential way to improve aliasing of shadows is enhancing the sampling of shadow map. This dissertation summarizes the characters and conditions of algorithm based on partition and warping. A new algorithm was brought forward about partition way in PSSM algorithm. Neither PSSM algorithm nor Cascaded Shadow Maps algorithm has clear partition criterions. We have brought forward furthest criterion of every part of view frustum in eye space according to measure method of shadow aliasing and get ration relationship between split project of view frustum and resolution. This dissertation provides a kind of view split algorithm which could operate easily.
     Secondly, according to the characters of virtual terrain environment, a new shadow algorithm of viewpoint adapting was brought forward by this dissertation. This algorithm can work out least area which light source view frustum should surround according to the relationship of view frustum in eye space and terrain. By using this algorithm, the shadow map could be utilized greatly. We take an experiment of this algorithm by using global virtual terrain environment. The outcomes of the experiment show that this algorithm can improve the aliasing of shadows. We also disscuss the characters of the rendering algorithms of shadows under omni-directional light source by using Blinn-Newell environment map, spherical environment map, cube environment map and paraboloid environment map. It is could be found that paraboloid environment map is most adapt to shadow rendering under omni-directional light source.
     Thirdly, evaluating criterion is brought forward according to theory analysis and photos of shadows. We talk out the algorithm which rendering soft shadow using image filtering. The factors of impacting effect and efficiency of soft shadow rendering are showed. VSM, CSM, ESM are compared each other and the characters of these algorithms are summarized. The main factors that affect efficiency of PCSS algorithm is gotten through experiments. We can conclude that the same region of depth map is sampled second time during computing the position of occluder and occlusion testing. So re-sampling is occurred in depth map. Thus we bring forward a soft shadow rendering algorithm which have unfixed penumbras. This algorithm combines the two same sampling to one sampling and predigests the course of computing occluder’s position. This algorithm either gets same effect as PCSS or has higher efficiency. And when the shadows in scene are excessive, the advantages are more outstanding. The experiments show that this algorithm is more efficient than PCSS about 10 percent.
     Fourthly, this dissertation talks out the development and character of environment occlusion algorithms, especially summarizes the optimized algorithm brought forward recent years. We talk out the principle and characters of two ambient occlusion algorithms. We believe that HSAO algorithm has better expansibility through comparing. Different kinds of factors are analyzed by experimenting, such as sampling region of depth map, number of sampling directions, number of sampling points in radial direction, resolution of screen, orientation of viewpoint. The law that these factors affecting the HSAO is brought by this dissertation. The application of HSAO in Virtual Environment and method of acceleration by using GPU is talked out. The optimizing method of HSAO is discussed in this dissertation.
     Lastly, basic laws of traditional relief shading are summarized by studying the ideas of Imhof and Shizuhui. Some shading model is talked out which is used commonly in relief shading. Diffuse model and aspect based model is compared by experimenting and theory analyzing. The pros and cons of the two algorithms are analyzed. Diffuse model could render the character of plain terrain greatly and aspect based model is better in representing the rolling terrain. We bring forward four ideas about the two shading models are introduced. A new light model oriented slope, aspect and elevation. It make an experiment on this new light model using a pyramids model which slope increased with elevation and two DEM data which are differently in terrain character each other. It is concluded that this new light model could overcome effectively the drawbacks of Lambert model and aspect-based shading.
引文
[1]中华人民共和国国务院.国家中长期科学和技术发展规划纲要(2006-2020年). 2005,网址:http://gh.most.gov.cn/zcq/ShowContent.jsp?db=KJGHGZDT&id=163
    [2]高俊,夏运钧,游雄,舒广.虚拟现实在地形环境仿真中的应用[M].北京:解放军出版社,1999
    [3] Mel Slater, Anthony Steed, Yiorgos Chrysanthou.计算机图形学与虚拟环境,机械工业出版社,2004.
    [4] Anil K.Jain.数字图像处理基础[M].北京:清华大学出版社,2006.
    [5]游雄.三维地貌表示方法的演进[J].测绘工程,2000(4):1~6.
    [6]赵南元,认知科学揭秘-认识科学与广义进化论[B],北京:清华大学出版社,2002.
    [7]奥利弗·格劳(德)著,陈玲译,虚拟艺术[B],北京:清华大学出版社,2007.
    [8]张威巍,游雄,宋国明.两种面向地貌晕渲的光照模型比较[J].测绘科学技术学报,2009,2:153-156.
    [9]张威巍,游雄.基于图像滤波的实时软阴影及图形硬件加速[A].郑州:第十届科协大会论文集[C],2008.
    [10]李胜.大规模室外地形场景加速绘制技术研究[D].北京:中国科学院,2004.
    [11]王长波.基于物理模型的自然景物真实感绘制[D].杭州:浙江大学,2006.
    [12]陈大炜.基于场景图系统的虚拟环境生成真实感问题研究[D].武汉:华中科技大学,2006.
    [13]迈克尔·海姆.从界面到网络空间——虚拟实在的形而上学[M].上海:上海科技教育出版社,2000.
    [14]邹湘军,孙健等.虚拟现实技术的演变发展与展望[J].系统仿真学报,2004,16(9):1905-1909.
    [15]张威巍,游雄,宋国明.一种面向地貌因子的光照模型[J].测绘科学,2009,5:102-104
    [16]程志全,党岗,金士尧.真实感实时绘制技术综述[J].计算机工程与科学,2006,28(9):41-43.
    [17]施祖辉.地貌晕渲法[M].测绘出版社,1985.
    [18]石顺详,张海兴,刘劲松.物理光学与应用光学[M].西安:西安电子科技大学出版社,2000.
    [19]李志林,朱庆.数字高程模型[M].武汉:武汉大学出版社,2001.
    [20] Relief Shading Shading Methods. http://www.reliefshading.com
    [21] Richard S.Wright, Jr. Benjamin Lipchak. OpengGL超级宝典[B]北京:人民邮电出版社,2005.
    [22]张怡,郦全民,陈敬全.虚拟认识论[B].上海:学林出版社,2003.
    [23]李少梅.数字地貌晕渲理论与技术研究[D].郑州:解放军信息工程大学,2004.
    [24]郭庆胜,王晓延.地貌晕渲中光源使用方法与用色规则的研究[J].武汉大学学报·信息科学版,2004,(1):20-23.
    [25] Tomas Akenine-Moller, Eric Haines.实时计算机图形学[M].北京:北京大学出版社,2004.
    [26] Randy Fernando. Percentage-Closer Soft Shadows[A]. International Conference on Computer Graphics and Interactive Techniques(SIGGRAPH 2005)[C]. New York: ACM, 2005.
    [27]程剑.实时动态阴影算法的研究及实现[D].杭州:浙江大学,2005.
    [28]邹志昴.实时阴影绘制算法研究及在城市仿真中的应用[D].武汉:华中科技大学,2007.
    [29]沈潇.三维场景实时阴影算法的研究与实现[D].重庆:重庆大学,2006.
    [30]胡勋,齐越,沈旭昆.一种基于阴影图的实时反走样阴影算法[A]. IEEE CNF, CCPR’08[C]. 2008:1-5
    [31] Fan Zhang. Anti-aliased Shadow Mapping for Large-scale and Dynamic Scenes[D]. Hong Kong: The Chinese University of Hong Kong, 2007.
    [32]王华.虚拟场景实时阴影算法的研究与实现[D].无锡:江南大学,2008.
    [33] W. Engel. Cascaded Shadow Maps[A]. ShaderX5[M]. America: Charles River Media, 2007: 197–206.
    [34] Randima Fernando, Sebastian Fernandez, Kavita Bala, Donald P. Greenberg. Adaptive Shadow Maps[A]. In Proceedings of ACM SIGGRAPH 2001[C]:387–390.
    [35] Aaron E. Lefohn, Shubhabrata Sengupta, John D. Owens. Resolution Matched Shadow Maps[J]. ACM Transactions on Graphics, 26(4), 2007:20:1–20:17.
    [36] Markus Giegl, Michael Wimmer. Queried Virtual Shadow Maps[A]. In Proceedings of ACM SIGGRAPH 2007 Symposium on Interactive 3D Graphics and Games[C]. ACM Press, 2007:65–72.
    [37] Jukka Arvo. Tiled Shadow Maps[A]. In Proceedings of Computer Graphics International[C]. IEEE Computer Society, 2004: 240–247.
    [38] Markus Giegl, Michael Wimmer. Fitted Virtual Shadow Maps[A]. In Proceedings of Graphics Interface 2007 [C]: 159–168.
    [39] Simon Kozlov, Soft Lab-NSK. Perspective Shadow Maps: Care and Feeding[A]. Randima Fernando: GPU Gems[M]. Addison Wesley, 2004: 217–244.
    [40] Kazuko Mende. Light and Shadow in Painting[J]. Journal for Geometry and Graphics.2001, 5(1):53-59.
    [41]龚怿.动态场景的全局光照实时绘制[D].杭州:浙江大学,2006.
    [42] Michael Bunnel. Dynamic Ambient Occlusion and Indirect Lighting[D]. Matt Pharr. GPU Gems 2: Programming Techniques for High-Performance Graphics and General-Purpose Computation[M]. nVidia Corp, 2005: pages 223–233.
    [43] Osiris P′erez. Real-Time Dynamic Ambient Occlusion[R]. National Centre for Computer Animation Bournemouth University. 2005.
    [44] Jared Hoberock, Yuntao Jia. High-Quality Ambient Occlusion[A]. Hubert Nguyen. GPU Gems 3[M], Boston: Addison Wesley Professional, 2007.
    [45] Louis Bavoil, Miguel Sainz. Screen Space Ambient Occlusion[R]. 2008.9 nVidia Corporation. http://www.nvidia.com
    [46] Louis Bavoil, Miguel Sainz. Image-space Horizon-based Ambient Occlusion[A]. Advanced Real-TimeRendering in 3D Graphics and Games Course (SIGGRAPH 2008)[C], Los Angeles, California. ACM, 2008: No 22 Article.
    [47] G. Guennebaud, L. Barthe, M. Paulin, Real-time Soft Shadow Mapping by Backprojection[A], EGSR’2006[C], 2006.
    [48] Dominic Filion, Rob McNaughton. StarCraft II: Effects and Techniques[A]. Advanced Real-Time Rendering in 3D Graphics and Games Course (SIGGRAPH 2008)[C], 2008: 133-164.
    [49] Robert L. Cook. Stochastic Sampling in Computer Graphics[J]. ACM Transaction on Graphics, 1986,5(1):51–72.
    [50] K. Tadamura, X. Qin, G. Jiao , E. Nakamae. Rendering Optimal Solar Shadows Using Plural Sunlight Depth Buffers[A]. Proceedings of the International Conference on Computer Graphics[C], IEEE Computer Society Washington, DC, USA. 1999:166.
    [51] T. Forsyth. Making Shadow Buffers Robust Using Multiple Dynamic Frustums[A]. W. Engel. ShaderX4[M], Charles River Media, 2005:331–346.
    [52] H. Chong, S. Gortler. A Lixel for Every Pixel[A]. In Proceedings of the Eurographics Symposium on Rendering[C], Eurographics Association, 2004:167–172.
    [53] H. Chong, S. Gortler. Scene Optimized Shadow Mapping[R]. Tech. Rep. TR-11-06, Harvard University. 2006.
    [54] H. Chong. Real-Time Perspective Optimal Shadow Maps[D]. Senior Thesis, Harvard University. 2003.
    [55] T. Aila, S. Laine. Alias-free Shadow Maps[A]. In Proceedings of Eurographics Symposium on Rendering 2004[C], Eurographics Association, 2004:161–166.
    [56] G. Johnson, W. Mark, C. Burns. The Irregular Z-buffer and Its Application to Shadow Mapping[R]. In The University of Texas at Austin, Department of Com- puter Sciences. Technical Report TR-04-09. 2004.
    [57] A. Lefohn, S.Sengupta, J.M.Kniss, R. Strzodka, J.D.Owens. Dynamic A Daptive Shadow Maps on Graphics Hardware[A]. In ACM SIGGRAPH 2005 Conference abstracts and applications[C],ACM, NewYork, 2005:No13.
    [58] Anto Kaplanyan. Light Propagation Volumes in CryEngine3[A]. Hugues Hoppe, International Conference on Computer Graphics and Interactive Techniques[C]. ACM, 2009.
    [59] Samuel Hornus, Jared Hoberock, Sylvain Lefebvre, John Hart. ZP+: Correct Z-pass Stencil Shadows[A]. Symposium on Interactive 3D Graphics[C].ACM, New York, 2005:195-202.
    [60] Samuli Laine. Split-Plane Shadow Volumes[A]. SIGGRAPH/EUROGRAPHICS Conference On Graphics Hardware[C]. ACM, New York, 2005:23-32.
    [61] Ingvi Rafn Hafthorsson,Ambient Occlusion -Using Ray-tracing and Texture Blending[D]. TechnicalUniversity of Denmark. 2007.
    [62] Brandon Lloyd, Sung-eui Yoon, David Tuft, Dinesh Manocha. Subdivided Shadow Maps[R]. University of North Carolina at Chapel Hill. 2004.
    [63] Zhukov, S., Iones, A., Kronin, G. An Ambient Light Illumination Model[A]. Rendering Techniques'98[C]. Springer-Wien, NewYork, 2005: 45-55.
    [64] A. Iones, A. Krupkin, M. Sbert, S. Zhukov. 2003. Fast, Realistic Lighting for Video Games[J]. IEEE Comput. Graph. 2003.3:54-64.
    [65] Hayden Landis. Production-ready Global Illumination[A]. http://www.debevec.org/HDRI2004/landis -S2002course16-prodreadyGI.pdf. 2002.
    [66] M. Malmer, F. Malmer, U. Assarsson, N. Holzschuch. Fast Precomputed Ambient Occlusion for Proximity Shadows[J]. Journal of Graphics Tools, 2006.
    [67] Stefan Brabec, Thomas Annen, Hans-Peter Seidel. Shadow Mapping for Memispherical and Omnidirectional Light Sources[R]. Computer Graphics Group Max-Planck-Institut f ur Infomatik. 2002
    [68] Wolfgang Heidrich and Hans-Peter Seidel. View-independent Environment Maps[A]. SIGGRAPH / Eurographics Workshop on Graphics Hardware[C]. ACM, Lisbon, 1998:39-46.
    [69] J.F. Blinn, M.E. Newell. Texture and Reflection in Computer Generated Images[J]. Communications of ACM, 1976. vol 19(10): 542-547.
    [70] Greene, Ned. Environment Mapping and Other Applications of World Projections[J]. IEEE Computer Graphics and Applications, 1986.vol 6(11):21-29.
    [71] Williams Lance. Pyramidal Parametrics[J]. Computer Graphics, 1983.7:1-11.
    [72] Heidrich Wolfgang, Hans-Peter Seidel. View-independent Environment Maps[A]. ACM SIGGRAPH /Eurographics workshop on Graphics Hardware[C]. 1998.8:39-45.
    [73] K. Tadamura, X. Qin, G. Jiao, E. Nakamae. Rendering 0ptimal Solar Shadows with Plural Sunlight Depth Buffers[J]. The Visual Computer, 2001.17(2):76-90.
    [74] Dimitrios Loisios, Nikolaos Tzelepis, Byron Nakos. A Methodology for Creating Analytical Hill-Shading by Combining Different Lighting Directions[A]. ICC’2007[C]. Russia, 2007.
    [75] T. Annen, T. Mertens, P. Bekaert, H.-P. Seidel, and J. Kautz. Convolution Shadow Maps[A]. J. Kautz and S. Pattanaik, Rendering Techniques 2007: Eurographics Symposium on Rendering[C], Grenoble, France, June 2007: 51-60.
    [76] Daniel Scherzer. Shadow Mapping of Large Environments[E]. Vienna: Vienna University of Technology, 2006.
    [77] Lloyd, Brandon, David Tuft, Sung-Eui Yoon, and Dinesh Manocha. Warping and Partitioning for LowError Shadow Maps[A]. In Proceedings of the Eurographics Symposium on Rendering 2006[C]. 2006: 215–226.
    [78] Fan Zhang, Hanqiu Sun, Leilei Xu, and Kit-Lun Lee.Hardware-Accelerated Parallel-Split Shadow Maps[J]. International Journal of Image and Graphics. 2007.
    [79] Fan Zhang, Hanqiu Sun, Leilei Xu, and Kit-Lun Lee. Parallel-Split Shadow Maps for Large-Scale Virtual Environments[C]. In Proceedings of ACM International Conference on Virtual Reality Continuum and Its Applications 2006, pp. 311–318.
    [80] Fan Zhang, Hanqiu Sun, Oskari Nyman. Parallel-Split Shadow Maps on Programmable GPUs[A]. GPU Gems3. 2007.12.
    [81] Andrew Lauritzen, Michael McCool. Layered Variance Shadow Maps[A]. Proceedings of graphics interface[C]. Windsor: Canadian Information Processing Society, 2008.
    [82] Hensley, Justin, Thorsten Scheuermann, Greg Coombe, Montek Singh, and Anselmo Lastra. Fast Summed-Area Table Generation and Its Applications[A]. Computer Graphics Forum 24(3), pp. 547–555.
    [83] Paul S. Heckbert and Michael Herf. Simulating Soft Shadows with Graphics Hardware[R]. Technical Report CMU-CS-97-104, Carnegie Mellon University, January 1997.
    [84] Michael Herf. Efficient Generation of Soft Shadow Textures[R].Technical Report CMU-CS-97-138, Carnegie Mellon University, 1997.
    [85] F.C. Crow, Summed-Area Tables for Texture Mapping[A]. Computer Graphics (Proc. of SIGGRAPH’84)[C]. New York, ACM, 1984: 207–212.
    [86] Cyril Soler, Francois Sillion. Fast Calculation Of Soft Shadow Textures Using Convoluiton[A]. International Conference on Computer Graphics and Interactive Techniques[C]. New York: ACM, 1998:321-332.
    [87] Andrew Woo, Pierre Poulin, Alain Fournier. A Survey of Shadow Algorithm[J]. IEEE Computer Grapheics and Applications, 1990, 10(6):13-32.
    [88] John R. Isidoro. Shadow Mapping: GPU-based Tips and Techniques[R]. http://www.nvidia.com. 2006.
    [89] Kevin Myers, Randima (Randy) Fernando, Louis Bavoil. Integrating Realistic Soft Shadows into Your Game Engine[R]. http://www.nvidian.com. 2008.
    [90] Miroslav Mik?ík. Generating False soft shadows in real-time[R]. 2007.
    [91] Christian Luksch. Real-time Shadows in CG[R]. Institute of Computer Graphics and AlgorithmsTU Vienna. 2007.
    [92] Louis Bavoil. Advanced Soft Shadow Mapping Techniques[R]. http://www.nvidia.com. 2008.
    [93] Thomas Annen, Tom Mertens, Hans-Peter Seidel. Exponential Shadow Maps[A]. Proceedings of graphicsinterface 2008[C]. Toronto: Canadian Information Processing Society, 2008:155-161.
    [94] Daniel Kersten, Pascal Mamassian, David C. Knill. Moving Cast Shadows and the Perception of Relative Depth[EB/OL]. :Max-Planck-Institut Germany. 1994.
    [95] M.Wimmer,D.Scherzer and W.Purgathofer. Light Space Perspective Shadow Maps[A]. In Eurographics Symposium on Rendering, 2004.
    [96] Tobias Martin and Tiow-Seng Tan. Anti-aliasing and continuity with trapezoidal shadow maps[A]. In Proceedings of the Eurographics Symposium on Rendering, 2004:153-160.
    [97] Marc Stamminger and George Drettakis. Perspective shadow maps[J]. ACM Transactions on Graphics(SIGGRAPH 2002 Proceedings), 2002, 21(3):557-562.
    [98] B.Lloyd, J.Wendt, N.K.Govindaraju, D.Manocha. CC Shadow Volumes[A]. In Proceedings of the Eurographics Symposium on Rendering, 2004.
    [99] Franklin C.Crow. Shadow Algorithms for Computer Graphics[A]. Computer Graphics(SIGGRAPH 1977), 11(3):242-248, 1977.4.
    [100] LászlóSzirmay-Kalos, LászlóSzécsi, Mateu Sbert. GPU-Based Techniques for Global Illumination Effects[M]. America: Morgan & Glapool, 2008.
    [101] Janne Kontkanen, Samuli Laine. Ambient Occlusion Fields[A]. Proceedings of the 2005 symposium on Interactive 3D graphics and games[C]. New York: ACM, 2005.
    [102] Martin Mittring. Finding Next Gen-CryEngine2[A]. Advanced Real-Time Rendering in 3D Graphics and Games Course (SIGGRAPH 2007)[C], 2007: 97-121.
    [103] Bernhard Jenny. An Interactive Approach to Analytical Relief Shading[J].Cartographica, 2001, 38: 67-75.
    [104] Eduard Imhof. Cartographic Relief Presentation[M]. Berlin:Walter de Gruyter,1982.
    [105] Berthold K.P.Horn. Hill Shading and The Reflectance Map[J]. Proceedings of the IEEE, 1981, 69(1):14-47.
    [106] Daniel Kersten, Pascal Mamassian,David C. Knill. Moving Cast Shadows Induce Apparent Motion in Depth [J]. Perception, 1997, 26:171-192.
    [107] Stefan Brabec. Shadow Techniques for Interactive and Real-Time Applications[D]. Germany: Max-Planck-Institut für Informatik Saarbrücken,2003.
    [108] Daniel Kersten, Pascal Mamassian, David C.Knill. Geometry of shadows[J]. Optical Society of America,1997,14(12):3216-3232.
    [109] Bo Hu and Christopher Brown,Toward Designing A Shadow Perception Experiment[R],New York: The University of Rochester, 2003.
    [110] Leonard R.Wanger, James A.Ferwerda, P.Donald. Greenberg. Perceiving Spatial Relationships in Computer-Generated Images. IEEE Computer Graphics & Applications, may: 44-58,1992.
    [111] Geoffre S.Hubona, Philip N.Wheeler, Gregory W.Shirah, and Matthew Brandt. The Role of Object Shadows in Promoting 3D Visualization. ACM Transactions on Computer-Human Interaction, 6(3):214–242, 1999.
    [112] Pascal Mamassian, David C.Knill, and Daniel Kersten. The Perception of Cast Shadows. Trends in Cognitive Sciences, 2(8):288–295, 1998.
    [113] J.-M. Hasenfratz, M. Lapierre, N. Holzschuch, F. Sillion. A Survey of Real-time Soft Shadows Algorithms, Computer Graphics, Forum, 22(4):753–774, 2003.
    [114] Lance Willams. Casting Curved Shadows on Curved Surfaces[J]. Computer Graphics (Proceedings of SIGGRAPH 78), 1978, volume 12: 270–274.
    [115] D. Brandon Lloyd. Logarithmic Perspective Shadow Maps[D]. America:University of North Carolina at Chapel Hill, 2007.
    [116] Tomoko Imura, Masami K. Yamaguchi, So Kanazawa. Perception of Motion Trajectory of Object from the Moving Cast Shadow in Infants[J]. Vision Research, 46(2006) 652-657.
    [117] Thomas Annen, Dong Zhao, Tom Mertens, Philippe Bekaert, Hans-Peter Seidel, JanKautz. Real-Time, All-Frequency Shadows in Dynamic Scenes[A]. International Conference on Computer Graphics and Interactive Techniques[C]. California: ACM, 2008.
    [118] Andrew Lauritzen. Summed-Area Variance Shadow Maps[D]. nVidia Corporaton: GPU Gems3. 2007.12.
    [119] Reeves, William, David Salesin and Robert Cook. Rendering Antialiased Shadows with Depth Maps[C]. In Computer Graphics (Proceedings of SIGGRAPH 1987) 21(3), pp. 283–291.
    [120] William Donnelly, Andrew Lauritzen. Variance Shadow Maps[A]. In SI3D’06: Proceedings of the 2006 symposium on Interactive 3D graphics and games, ACM Press, New York, NY,USA, 161–165. 2006.
    [121] Miguel Sainz. Real-Time Depth Buffer Based Ambient Occlusion[EB/OL]. http://www.gdconf.com. 2008.
    [122] Christoph Reinbothe, Tamy Boubekeur, Marc Alexa. Hybrid Ambient Occlusion[A]. D.Ebert, J. Kruger.EUROGRAPHICS2009[C]. 2009.
    [123] Rouslan Dimitrov, Louis Bavoil, Miguel Sainz. Horizon-split Ambient Occlusion[A]. Proceedings of the 2008 Symposium on Interactive 3D graphics and games[C]. New York: ACM, 2008.
    [124] Accumulative Screen Space Ambient Occlusion. http://www.gamedev.net, 2009.
    [125] Screen Space Ambient Occlusion, http://wiki.gamedev.net/index.php, 2008.

© 2004-2018 中国地质图书馆版权所有 京ICP备05064691号 京公网安备11010802017129号

地址:北京市海淀区学院路29号 邮编:100083

电话:办公室:(+86 10)66554848;文献借阅、咨询服务、科技查新:66554700