节点文献

可变材质的交互级全局光照明绘制算法的研究

Research on Interactive Global Illumination Rendering with Dynamic Materials

【作者】 孙鑫

【导师】 石教英; 周昆;

【作者基本信息】 浙江大学 , 计算机科学与技术, 2008, 博士

【摘要】 本文研究了可变材质的交互级全局光照明绘制算法。可变材质指用户可以通过交互改变绘制场景中物体的材质。固定材质的实时全局光照明绘制可以采用预计算辐射传输(PRT)的方法来实现。然而,可变材质的交互级全局光照明绘制却是近年来刚刚涉及的课题。在本文中提出的可变材质交互级全局光照明绘制算法,能在用户改变物体材质的同时,交互级绘制全局光照明效果。本文提出的绘制算法针对两种绘制场景:第一种,物体几何不变,采用双向反射分布函数(BRDFs)来表示物体的反射材质,不包含散射、折射和透射等其它材质类型。第二种,物体几何可以被用户改变,并且只采用折射和散射这两种材质。针对第一种绘制场景,我们算法中的主要创新点,是根据不同的传播光路将辐射传输进行分离。用于固定材质的PRT方法,根据绘制效果和光照的线性关系实现了动态光照下的绘制效果的实时更新。但是绘制效果和材质之间不存在这样的线性关系,所以PRT不能支持可变材质的交互级全局光照明绘制。虽然最终到达视点的总的辐射亮度和材质不存在线性关系,但是每一条传播路径的辐射传输和经过的反射物体的材质的乘积成正比。所以,采用我们的方法将辐射传输根据不同的传播光路分离为多个部分,就能够将这个非线性的问题转化为一系列线性问题的加和。我们需要对每一部分的辐射传输分别进行预计算,而不是像PRT中将所有光路的辐射传输一起进行预计算,从而就第一次实现了基于像素的可变材质的实时全局光照明绘制。我们的算法不但支持空间静态可变材质的实时全局光照明绘制,而且支持空间动态可变材质的交互级全局光照明绘制。也就是说,用户不但可以对一个物体的材质作整体修改,而且还可以对一个物体不同部分的材质作不同的修改。我们还提出了基于顶点的空间静态可变材质的交互级全局光照明绘制算法。该算法第一次允许用户同时改变材质、环境光照和视点,并且在环境光照不变的时候达到实时的绘制性能。算法主要包含三个创新点:光路切分,预计算传输张量,针对BRDF的镜面项分离和张量分解。通过光路切分,我们有效减小了辐射传输的数据量。预计算传输张量用于辐射传输的表示、预计算、存储和绘制。针对BRDF的镜面项分离和张量分解实现了在动态局部入射辐射亮度、可变材质、动态视点条件下的物体表面的快速着色。针对第二种绘制场景,我们最主要的贡献是提出了一个完整的绘制算法流水线,第一次实现了可变折射和散射材质的交互级全局光照明绘制。目前大多数的相关的绘制算法都是离线算法,而实时和交互级的绘制算法,都不能兼顾折射和散射这两种材质所涉及的所有绘制效果。我们的绘制算法流水线的输入是场景中的物体几何、材质、光照条件和视点等参数,所以,用户可以在绘制过程中任意地交互修改这些参数。整个绘制算法流水线运行在图形处理单元(GPU)上,并且能够达到交互级的绘制性能。在我们的绘制算法流水线中,有两个环节非常重要,也是我们算法中最主要的两个创新点:几何物体的快速体素化和自适应的非线性光子贴图算法。前者能够允许用户交互改变物体的几何;后者是达到交互级的绘制性能的保证。本文中的绘制算法有很广泛的应用前景,比如游戏、辅助设计等。其中针对可变折射和散射材质的绘制算法流水线,还是几何变形、交互级几何建模或者进行流体的物理仿真时的交互级可视化算法。

【Abstract】 This thesis is about interactive global illumination rendering with dynamic materials. The users can change the materials by interaction if dynamic materials are used. Global illumination rendering with fixed materials can be solved by precomputed radiance transfer(PRT). Researchers turn to global illumination rendering with dynamic materials these years. The algorithms proposed in this thesis allow the users to change the materials while global illumination results are rendered with interactive performance.The algorithms in this thesis are about two kinds of rendering scenes. In the first, the geometry remains unchanged, we use the bidirectional reflectance distribution functions(BRDFs) to represent the dynamic reflection materials, and the scattering, reflection and transparency are not included. In the second, the geometry can be changed by users, the objects are with refractive and scattering materials.For the first kind of rendering scenes, the main contribution of our algorithm is radiance transfer separation for different light paths. The algorithm of PRT used for fixed materials renders with dynamic illuminations in real-time according to the linear relationship between rendering results and illuminations. But the rendering results do not linearly depend on the materials, so PRT can not interactively render with dynamic materials. Even the total radiance to the viewpoint is not linearly dependent on the materials, the radiance transferring along a given light path is linearly dependent on the product of all the reflective materials on the way. So the radiance transfer separation converts the non-linear problem to the sum of a number of linear problems. We precompute the radiance transfers of different light paths independently, which is different from PRT whose precomputation is for the whole radiance transfer. This is the first algorithm of pixel based real-time global illumination rendering with dynamic materials. Our algorithm not only renders global illumination results in real-time with spatial static dynamic materials, which allows the users to change the material of a whole object, but also interactively renders global illumination results with spatial variant dynamic materials, which allows the users to apply different changes to the materials of different parts of an object.We also propose an algorithm of vertex-based interactive global illumination rendering with spatial static dynamic materials. This is the first algorithm allowing the users to change the material, environment lighting and viewpoint simultaneously, and the real-timer performance can be achieved when the environment lighting is fixed. The algorithm includes three contributions: light path separation, precomputed transfer tensors, mirror separation and tensor decomposition of BRDFs. The light path separation reduces the size of the data of the radiance transfer. The precomputed transfer tensor is used to represent, precompute, store and render the radiance transfer. The mirror separation and tensor decomposition of BRDFs are used to achieve fast shading on object surface under dynamic local incident radiance, dynamic material and dynamic viewpoint.For the second kind of rendering scenes, our main contribution is to propose a complete rendering pipeline, which is the first solution of interactive global illumination rendering with dynamic reflective and scattering materials. The inputs of the pipeline are geometry, materials, illumination and viewpoint, so the users can change all of these parameters while global illumination rendering interactively. The whole pipeline is implemented on graphics processing units(GPUs) to achieve interactive performance. There are two very important stages of the pipeline, which are also our contributions: fast voxelization makes the rendering which dynamic geometry possible, the adaptive non-linear photon-mapping is critical to the interactive performance of our pipeline.The algorithms in this thesis have many applications, such as games and computer aided design. Our rendering pipeline for refractive and scattering materials can be also used as interactive visualization algorithm for mesh deformation, interactive modeling and fluid physical simulation.

  • 【网络出版投稿人】 浙江大学
  • 【网络出版年期】2008年 08期
节点文献中: 

本文链接的文献网络图示:

本文的引文网络