基于GPU编程的虚拟自然环境技术研究
详细信息    本馆镜像全文|  推荐本文 |  |   获取CNKI官网全文
摘要
GPU以超越半导体技术摩尔定律三倍的速度快速发展,为开发实现大型实时三维仿真系统提供了一个前所未有的新手段,技术的提高也直接带动了人们对三维仿真系统认知的提升。虚拟自然环境超越了VR对空间实体的表达,包含了虚拟地理环境、虚拟物理环境、虚拟气象环境等众多抽象但客观存在的主题,提出了更具沉浸感、更全面的仿真空间表达环境。
     本文以综合当前国内外先进的技术为基础,结合先进的GPU编程方法实现,目的在于探讨建立一套完整的虚拟自然环境模拟实现的技术体系,研究的内容主要集中在虚拟地理环境、虚拟物理环境和虚拟气象环境的模型表达与GPU编程技术实现。本文在组织上各章节基本独立,主题分明,但又紧紧围绕虚拟自然环境的研究内容与实现手段进行组织。
     在本文的第一章中,我们论述了空间认知观的发展过程,并认为技术发展与手段更新是影响空间信息表达的关键因素;基于这样的认识,结合当前先进的GPU图形开发系统强大的性能提升,我们提出了"虚拟世界"的认知体系结构,将虚拟世界分为可感知的“虚拟自然环境”与“虚拟社会”两个体系,并且指出它们的分割标准是以“是否有人参与”为原则进行的。作为本文的主要研究内容,我们分析了虚拟自然环境的组成体系,初步确立了虚拟地理环境、虚拟物理环境与虚拟气象环境三个主题作为虚拟自然环境的研究内容,论述了各个主题的研究内容与实现技术路线。针对“虚拟现实”与“虚拟世界”的概念,我们辩证地论述了虚拟现实技术与虚拟世界(包括其各个研究分支)的关系问题,明晰了"虚拟世界"是研究目标,而虚拟现实技术只是一个研究手段、一种实现途径;作为对“虚拟世界”的概念定义,我们指出“虚拟世界”的至美境界就是现实世界完整而生动的“映像”,建立虚拟世界的目的不仅在于对虚拟事件的时间轴推演与回顾,更重要的建立一个可以修复的世界去供我们破坏,从而为现实世界中的各种人类活动、科学实验、环境评估提供一个生动的实验平台。
     作为主要的背景知识,本文对GPU功能结构及GPU编程技术方面作了详细的论述。针对GPU硬件体系快速的性能提升与功能拓展,我们简述了各个时期GPU的功能特性与GPU性能的评价标准,将GPU的可编程性能确立为新的GPU性能评价标准,足显GPU作为新一代图形系统开发的必然发展趋势;同时我们还结合三维图形系统开发过程介绍了新旧两种三维图形系统渲染方式,指出了GPU图形系统开发的强大功能支持、快速渲染与灵活实现等众多优势;GPU编程是一种与传统算法编程思想完全不同的机制,它主要面向顶点数据与像素数据进行编程,其实现建立在大型点阵的快速并行运算技术上,作为本文实现的主要技术基础,我们还简要地介绍了GPU可编程语言的文法与编程思想。
     在针对虚拟地理环境的研究中,我们的研究内容主要集中在大区域地形可视化、光照渲染与水体可视化三个方面。
     在大区域地形可视化技术方面,分为三个步骤来论述:模型表达、纹理生成与渲染机制。主要研究围绕着如何解决在大区域表达时的实时效率与可视化品质相矛盾的问题,解决办法不外乎在各个环节上都注重效率的提升。为此,在模型表达中,我们的解决思路有两条:一、对传统的地形表达算法进行大区域地形可视化调度策略上的优化;二、运用GPU建立没有模型数据结构的快速渲染机制。
     针对第一条技术路线,我们论述了基于二叉树的双缓冲区队列实现的实时优化自适应网格模型(Roam算法)的实现,同时引入了一种先进的能够符合大区域地形分块调度的地形场景分页管理器(PLSM)机制。由于PLSM采用事件监听驱动方式、具备独立GPU渲染方式、模拟操作系统高效调度策略等众多优点,非常适合大区域地形的调度表达,因而我们将Roam算法与PLSM结合起来实现了大区域的高效渲染:Roam算法作为三角网建模算法直接负责了地形的LoD建模,而PLSM则负责包括地形块调度、数据接口以及独立的渲染机制等诸方面的工作。
     在第二条技术路线实现方面,文章论述了GPU实现的地形表达经典算法,美国斯坦福大学与微软研究院共同研究的科学成就----基于几何裁剪的嵌套网格模型算法的实现机制。这个算法的优点就是不需要建立复杂的地表模型,几乎所有的工作均可以在GPU中进行高效处理,不需要过多地占据CPU的计算资源,是一种非常巧妙的算法实现;结合本人先前的关于同层多分辨率地形表达模型的研究,本文对这一模型提出了自己的改进思维,建立了综合网格嵌套的多分辨率表达模型。主要的改进是基于视向与视距来确立多分辨率的层次分布从而实现精度控制的LoD地形模型表达。在纹理生成方面,针对大区域地形表达的纹理获取困难、匹配困难、多分辨率表达困难等原因,文章论述了纹理投射(Texture Splatting)的动态纹理生成方法,这种方法的好处不仅在于可以得到时态纹理,而且可以根据纹理成分合成纹理,从而在没有真实纹理的情况下可以根据各种纹理成分的分布图来生成具有相当仿真程度的匹配纹理;本文同时也基于纹理投射的原理提出了改进的,能够显著提高渲染效率,并且不影响动态纹理表达灵活性渲染的补偿纹理合成方法。这一方法的思想是将纹理投射过程分为两个过程,在前期实现静态的纹理成分合成预处理,在后期针对时态性的纹理(如雪、水面)等实现实时的纹理成分补偿性的叠加,并且将光照计算的部分工作也放在了纹理动态合成的环节中,从而进一步提高了大地形表达的实时效率。
     在渲染机制方面,传统的管道方式在要求实时性非常高的大区域渲染方面基本上已经退出了历史的舞台,在大型的三维可视化系统中,均采用了GPU独立渲染的表达机制。运用GPU进行渲染,可以完全从地形建模中独立出来,而且还可以对同一模型定制多套渲染方案,渲染方案的描述也非常简单,通过渲染脚本描述,并由三维引擎直接送到GPU进行渲染。文章对这方面的知识进行了详细论述。
     在虚拟地理环境的自然光照效果方面,我们主要从物理光学方面由简入繁、深入地分析了光照合成的基本原理,并用物理的光学分析实现了对光盘衍射干涉光波的效果模拟,深入到微观的物理粒子世界去探析自然规律与自然现象的统一。文章从管道渲染方式的基本的光照模型、到聚光灯效果、光衰减效果的扩展模型,再到环境映像贴图的技术实现,通过GPU的编程技术实现,充分地体现了GPU编程的灵活性优势与强大功能拓展,为实现复杂的光效渲染提供了支持。作为对这一观点的验证,我们通过物理光波的粒子跟踪,模拟实现了光盘光波干涉现象的模拟。
     在水面的表达模型上,我们综述了水面模型的三种表达方式:纹理波、几何波与物理波的技术实现。在纹理波的表达中,针对静态网格数据的放射状采样LoD表达提出了更为科学的、根据视线与视点位置确立的椭圆采样表达模型,这一模型同样可以应用在Grid-DEM表示的地形模型中;在水面表达的纹理波叠加方法中,我们提出了根据信号脉冲方式驱动的纹理波叠加与置换方法,并且给出了运用GPU编程实现了的纹理叠加算法。在水面的几何波的表达中,我们运用地图代数距离变换方法以纹理图的方式给出了不规则形体辐射波的方向定义,并且能够在障碍水域中同时表达多个波源的辐射波作用;同时我们还讨论了常用的基于快速离散傅立叶变换(FFT)的几何波采样算法实现。在水面的物理波表达中,结合流体动力学表达的Gerstner波,我们通过融合更多的物理参数,实现了由数学模型到物理模型的转变,演绎出外力作用下的物理波表达模型,并且在GPU中巧妙地实现了这种模型的表达。
     作为虚拟自然环境的另外一个重要研究主题,虚拟物理环境是一种最为抽象的技术实现。它主要是提供一种物理空间表达机制,在这种机制下,实体的行为被动地受到空间机制的约束从而表现出相应的物理运动。在这一个方面,本文主要论述了当前的物理加速硬件实现技术,并且重点以Newton物理引擎为例揭示了物理引擎机制的技术实现,分析了物理引擎的功能结构与技术架构,同时我们还以大地碰撞模拟实验为例讨论了物理引擎的应用。最后,我们还以GPU编程为实现手段,通过对皮球的弹跳模拟实现反映了GPU对物理运算及物理现象模拟的支持能力。
     在虚拟气象环境表达中,本文总结了建立虚拟气象表达模型的几种技术路线,并且对技术非常先进的直接体视化技术(Splatting)进行了详细的介绍。而针对常用的粒子系统表达方式,我们提出了面向粒子的GPU通用表达统一模型,融合粒子绘制、运动更新、光照渲染表达于一体,同时可处理静态粒子集合随机采样粒子与依据气象模型动态实时生成的粒子,为虚拟气象现象模拟提供了统一的GPU编程实现模式。在本文的最后,我们针对虚拟自然环境在技术与实现上的综合,从主题整合、效果融合以及技术体系的协作三个方面进行了探讨,其内容包括:VGE、VPE与VME的关系布局;图形渲染、光照效果、物理计算的效果融合;CPU、GPU与PPU的技术协作等内容。
     综观全文,本文紧紧围绕着虚拟自然环境的各个分支主题的模型表达以及GPU编程模拟技术两个方面展开论述。作为本文的研究主旨,我们的研究主要在于探讨建立虚拟自然环境的技术路线、体系架构以及模型理论综合等,为建立虚拟自然环境系统进行一些铺垫性工作。
GPU’s rapid development beyond the speed of the semiconductor technology Moore's Law three times provides an unprecedented new tool and technology for the development to achieve large-scale real-time 3D simulation system, which will greatly promote cognitive enhancement of people’s awareness of the 3D simulation system. Virtual Natural Environment surpasses the expression of entities in VR, it mainly includes the Virtual Geographic Environments(VGE),
     Virtual Physical Environment(VPE) and Virtual Meteorological Environment (VME) and many other abstract but objective themes, which depicts a greater sense of immersion and more comprehensive expression of the space environment.
     Based on integration of current domestic and foreign advanced technology, combining advanced GPU programming, in this paper we strive to build a complete technology system of Virtual Natural Environment implementation. The content of this paper focus on model building and GPU’s implement of VGE, VPE and VME’s field. The chapters are organized independently and the topic is clear, but all are related with research content and realization of VNE.
     In chapter 1, we discuss the development of spatial cognition and regard technology development and means updating as the important factors influencing spatial information expression. Based on this and combining the great updating in current performance of advanced GPU graphics developing, we launch the cognition system structure of“Virtual World”. Then we point out that virtual world can be divided in“VNE”(Virtual Natural Environment) and“Virtual Society”, and the division standard depends on“whether there are people participating or not”. Then we analysis the constituent system of VNE, confirm the three fields of VGE, VPE and VME as the content of VNE and discuss the content and technology realization of each theme. With regards to Virtual Reality and Virtual World, we discuss the relation between virtual reality technology and virtual world (including its researching branches) and make it clear that“Virtual World”is the goal while virtual reality technology is only a researching means ,a realization way. Finally we point out that virtual world’s perfect state is the full and vivid image of real world, the purpose of building virtual world are to create a restorable world for us to destroy more than to deduce and review the time frame of things. So that it can provide human activities, scientific experiment and environmental assessment with a lively experiment platform.
     As the major background, the functional structure of the GPU and GPU programming aspects are discussed in detail in this paper. With regard to GPU’s hardware performances upgrade and function expansion, we outline GPU’s functional properties and evaluation standard of the performances in different period and establish GPU programmability as the new evaluation standard of GPU performances. It highlights that GPU will be the inevitable developing trend in the new generation of graphic system development. We also combine 3D graphic system development and introduce both old and new 3-D graphics system rendering. Then we point out several great advantages of GPU graphic development in strong function support, fast rendering and flexibility. GPU programming is of the mechanism that differs from the traditional algorithm idea and it mainly gears to the pixel and vertex data to program .Its realization relies on rapid parallel computing technology of large array. We also brief GPU programmable language grammar with programming ideas as the main realization basis.
     In the research on virtual geographic environment, our main content focus on regional terrain visualization, illumination rendering and water visualization.
     On regional terrain visualization technology, there are three themes to address: model expression, texture creation and rendering mechanism. The main research focuses on how to work out the contradiction between real-time efficiency and visual quality in regional expression. We have two resolution ways: the first one is to optimize the regional visualization strategy in traditional terrain express algorithm. The second is using GPU to build rapid rendering mechanism without model data structure.
     Concerning the first technology, we discuss the real-time optimization automation model (Roam) whose realization bases on the bi-buffer queue of the binary tree and introduce the advanced PLSM that can comply with the regional block scheduling topography. As PLSM has many advantages, such as its incident wiretapping drive, independent GPU rendering ways, efficient dispatching strategy of simulating operation system, it fits regional terrain dispatch and express. So we combine Roam algorithm and PLSM to implement efficient regional rendering. Roam algorithm, as triangulation modeling algorithm, is directly in charge of LOD modeling while PLSM is in charge of terrain attempering, data interface and independent rendering mechanism etc.
     Concerning the second technology, this paper discusses the classic terrain express algorithm realized by GPU. That is the common scientific achievements of Stanford University in the United States and Microsoft Research Institute----Nested-grid model algorithm implementation mechanism based on the geometric cut. This algorithm’s advantage is that it doesn’t need to build complex terrain model and almost all the work can be done efficiently in GPU at the cost of occupying more GPU computing resources, thus it is a clever algorithm. Combining my previous research on terrain express model based on the same level with multi-resolution, I launch some improving ideas of this model and establish the multi-resolution model terrain expression of integrated nested grid in this paper. The main improvement is to establish level distribution of multi-resolution based on horizon and distance and thus to implement the LOD terrain model express of precision control.
     On texture creation, as there are difficulties in texture acquiring, matching and multi-resolution express of regional terrain express. In this paper, a dynamic texture creation method of Texture Splatting is discussed. The advantage of this method is that we can not only get dynamic texture but also synthesize texture with its constituent. Then we can get matching texture with considerably good simulation without real texture by texture distribution map of its various components. This paper also launches an improved compensation texture synthesis way which is based on Texture Splatting , can increase rendering efficiency and would not affect the rendering flexibility of dynamic texture expression. The idea of this approach is to divide the procedure into two periods. In the former period, static texture component synthesis pre-processing is finished. In the latter one, real-time texture component compensation overlaying of tense texture(like snow, water surface) is completed and part of illumination computing is done in this period. In this way, real-time efficiency of regional express is greatly enhanced.
     On rendering mechanism, the traditional pipeline has to withdraw from the historical stage at the real-time requirement of large area rendering. In large 3-D visualization system, GPU independent rendering express mechanism is adopted. Using GPU, rendering can be independent from terrain modeling and a set of customization programs can be created for one model. It is very simple to describe the rendering program. With rendering script, the program can be sent to GPU by 3-D engine. Knowledge on this aspect is introduced in detail in the paper.
     On natural lighting effects of VGE, we mainly analysis the basic principles of light synthesis from simple to complex and in depth from the physical optics aspect and achieve the effect imitation of CD diffraction interference wave using physical optics analysis. This goes deep into the micro physical-particle world to explore the unification of natural discipline and natural phenomena. In this paper, first we introduce the expansion models of illumination model, spotlight effect, optical attenuation effect which comply with the pipeline way, then the technology accomplishment of environment image mapping. The advantage of GPU programming flexibility and strong function expansion can be full embodied through GPU programming technology. And this supplies help for complex light rendering realization. As certification of this point, we complete wave interference simulation by physics beam particle tracking.
     On water surface expression model, we review three expressions: texture wave, Geometry and physics-wave technology. On texture wave expression, according radical sampling LOD expression of static grid data, we put forward elliptical sampling expression model which is more scientific and is confirmed by view sight and location. This model can also be applied to terrain model of Grid-DEM expression. In texture wave superposition method of water surface express, we put forward texture wave superposition and replacement method through signal pulse-driven and texture superposition algorithm using GPU programming express. In water surface geometric express, we define directions of irregular shape radiation wave in the way of texture wave using distance transform of map algebra and express wave radiation of much wave resources in water with obstacles. At the same time, we discuss the common algorithm of geometric wave sampling based on fast Fourier transform (FFT). In water surface physical express, combining Gerstner wave in fluid dynamics, we realize the transform from mathematical model to physical model and deduce physical wave express model in outside force and finally accomplish the model expression ingeniously in GPU.
     As another important theme of VNE, virtual physical environment is an abstract technology realization. It primarily provides a mechanism of physical space expression. With this mechanism, entities’actions passively display corresponding physical movement under the space constraint. In this aspect, this paper mainly discusses current physics acceleration hardware technology line and demonstrates physical engine mechanism realization by the example of Newton physical engine. Then we analysis function structure and technology framework of physical engine and exemplifies the experiment of collision with the earth to discuss the physical engine use. Finally, with GPU programming as tools, we use the bouncing ball simulation to reflect the support capacity of GPU for physics computation and physical phenomena simulation.
     In virtual meteorological environment expression, this paper summarizes several technology ways of creating virtual meteorology expression and introduces the advanced directly Visualization Technology (Splatting) in detail. As for the common particle system expression, we launch particle-oriented GPU unified model with common express which integrates particles drawing, sports updates and light rendering expression. Also this new model can deal with real-time and dynamic generating particles with random sampling static particles and meteorological model. This provides a united realization mode of GPU programming for virtual meteorological phenomena simulation.
     In the final part of this paper, focusing on comprehension of technology and realization of VNE, we discuss theme integration, effects integration and technical cooperation. The content includes relation layout of VGE、VPE and VME; Graphic Rendering, light effects, effect integration of physical calculation,CPU, GPU and PPU technical collaboration and so on.
     From the whole view, this paper discusses the model expression of all branches of VNE tightly and simulation technology of GPU programming. As the main purport of this paper, our primary task is to explore the technology line of establishing virtual natural environment, the architecture and integrated support of the model.
引文
【1】 Batty. M,Virtual Geography. Future,1997,29(4):337-352
    【2】 Shi、J. Smith et,Smart Avatars in JackMOO,In:Proceedings of IEEE Virtual Reality,1999,pp153-163
    【3】 Reynolds,Steering Behaviors for Autonomous Character,In: Game Developers Conference,1999,p15-19
    【4】 Sun Lining、Tan Fusheng、Rong Weibin、Zhu Jiang, A collision detection approach in virtual environment of micromanipulation robot ,高技术通讯(英文版),2005 Vol.11 No.4
    【5】 PAN Jianping、YE Huanzhou, Virtual Reality and Its Application to Slide Annimation of Landslide ,地球空间信息科学学报(英文版),2004 Vol.7 No.2
    【6】 Zhong Yi-fang、Li Zhi-hua, Virtual Facility Layout Design Using Virtual Reality Techniques ,武汉大学学报(英文版),2003 Vol.8 No.1
    【7】 龚建华,基于虚拟地理环境的人地关系探析,第六届全国地图学与 GIS 学术研讨会会议,2006.10
    【8】 杨清,王汝传,王海艳,基于虚拟现实多用户化身的原型系统设计,微型机与应用 ,2005(01)
    【9】 SUN Lei,虚拟会议空间的研究与实现,计算机工程,2001 Vol.27 No.01
    【10】王红兵,虚拟现实技术-回顾与展望,计算机工程与应用,2001 Vol.27 No.01
    【11】冯德俊、张献州、张文君,虚拟现实技术在地理信息系统中的应用,四川测绘,2001 Vol.24 No.02
    【12】王扬,虚拟现实与娱乐仿真器,系统仿真学报,2001 Vol.13 No.01
    【13】蒋庆全,虚拟现实技术的军事应用,现代防御技术,2001 Vol.29 No.02
    【14】郑玉航、于海燕,视景仿真技术与战争实验室,现代防御技术,2001 Vol.29 No.02
    【15】周洪玉、王慧英、周岩,虚拟现实及应用的研究,哈尔滨理工大学学报,2000 Vol.5 No.04
    【16】何毅斌, 21 世纪初的虚拟现实,湖北工学院学报,2000 Vol.15 No.02
    【17】赵民涛,物体位置与空间关系的心理表征,心理科学进展,2006 Vol.14 No.3
    【18】张本昀、于甦新、陈常优,地理研究者的地图空间认知过程,地域研究与开发,2006 Vol.25 No.6
    【19】徐磊青,广场的空间认知与满意度研究,同济大学学报(自然科学版),2006 Vol.34 No.2
    【20】宋婷婷、刘万春,一个基于认知特性的关联规则可视化 3D 模型的研究,微计算机应用,2006 Vol.27 No.1
    【21】张海堂、罗睿、郭建星,移动服务中的空间信息传输与认知模型研究,测绘信息与工程,2006 No.1
    【22】王晓明、刘瑜、张晶,地理空间认知综述,地理与地理信息科学,2005 Vol.21 No.6
    【23】艾廷华、成建国,对空间数据多尺度表达有关问题的思考,武汉大学学报(信息科学版),2005 Vol.30 No.5
    【24】钟业勋、朱重光、魏文展,地图空间认知的数学原理,测绘科学,2005 Vol.30 No.5
    【25】鲁学军、秦承志、张洪岩、程维明, 空间认知模式及其应用,遥感学报,2005 Vol.9 No.3
    【26】马荣华、黄杏元, GIS 认知与数据组织研究初步,武汉大学学报(信息科学版),2005 Vol.30 No.6
    【27】宋婷婷、王俊,一个基于认知特性的数据可视化 3D 模型的研究,计算机测量与控制,2005 Vol.13 No.5
    【28】林珲、朱庆,虚拟地理环境的地理学语言特征,遥感学报,2005 Vol.9 No.2
    【29】万刚、高俊、游雄,虚拟地形环境仿真中的若干空间认知问题,测绘科学,2005 Vol.30 No.2
    【30】鲁学军, 空间认知模式研究,地理信息世界,2004 Vol.2 No.6
    【31】千怀遂、孙九林、钱乐祥,地球信息科学的前沿与发展趋势,地理与地理信息科学,2004 Vol.20 No.2
    【32】周荣刚、张侃,空间知识记忆和提取的理论模型,心理科学进展,2004 Vol.12 No.3
    【33】李霖、苗蕾,时间动态地图模型,武汉大学学报(信息科学版),2004 Vol.29 No.6
    【34】郦全民,从世界 3 到虚拟世界的涌现,自然辩证法通讯,2003 Vol.25 No.5
    【35】冉鸿燕, 虚拟世界及其对人类思维方式的影响,中共南京市委党校南京市行政学院学报,2005 No.4
    【36】徐世甫,虚拟世界的本体论探析,科学技术与辩证法,2005 Vol.22 No.1
    【37】陈晓荣,虚拟世界的哲学蕴含,科学技术与辩证法,2003 Vol.20 No.2
    【38】何忠国,虚拟与现实的冲突及融合--虚拟世界的本质、特征及其伦理考量,河南社会科学,2005 Vol.13 No.2
    【39】陶富源、凤蝶,论虚拟现实的客观实在性,高校理论战线,2005 No.4
    【40】陈敬全,虚拟现实技术与人类认识能力的提高,科学,2003 Vol.55 No.1
    【41】彭欣、罗晓洪, 虚拟世界与虚拟性哲学的思考,中南大学学报(社会科学版),2003 Vol.9 No.3
    【42】汤全武,虚拟现实技术概述,宁夏大学学报(自然科学版),2002 Vol.23 No.3
    【43】鲁学军、周成虎、龚建华,论地理空间形象思维——空间意象的发展,地理学报,1999.5
    【1】 Randima Fernando, Mark J. Kilgard. The Cg Tutorial------The Definitive Guide to Programmable Real-Time Graphics. POSTS & TELECOM PRESS. 2004.9
    【2】 张秀山、鄢来斌、贲可荣等,限时图形系统的限时计算和渲染技术,海军工程大学学报,2001 Vol.13 No.02
    【3】 黄鑫、李胜、程惠阁、汪国平,基于 GPU 的 B 样条曲面加速计算,系统仿真学报,2006 Vol.18 No.z1
    【4】 王宁、张海鹏、王毅刚,基于 GPU 实时绘制多种颜色的毛发,系统仿真学报,2006 Vol.18 No.z1
    【5】 李蔚清、苏智勇、杨正龙等,一种基于 GPU 的复杂目标电磁散射快速算法,系统仿真学报,2006 Vol.18 No.8
    【6】 周强、彭俊毅、戴树岭,基于可编程图形处理器的实时景深模拟,系统仿真学报,2006 Vol.18 No.8
    【7】 张庆丹、戴正华、冯圣中、孙凝晖,基于 GPU 的串匹配算法研究,计算机应用,2006 Vol.26 No.7
    【8】 李亚峰、秦开怀,一种双目立体视觉算法的 GPU 实现,计算机工程,2006 Vol.32 No.10
    【9】 伍毅、鲁东明,采用 GPU 的计算机辅助壁画修复技术,计算机工程,2006 Vol.32 No.8
    【10】杨刚、孙汉秋、王文成、吴恩华,基于 GPU 真实感毛发绘制,软件学报,2006 Vol.17 No.3
    【11】张浩、李利军、林岚, GPU 的通用计算应用研究,计算机与数字工程,2005 Vol.33 No.12
    【12】唐敏、董金祥, GPU 上的非侵入式风格化渲染,计算机辅助设计与图形学学报,2005 Vol.17 No.12
    【13】陈为、张海嵩、于金辉,利用 GPU 实时绘制水墨画效果,计算机辅助设计与图形学学报,2005 Vol.17 No.11
    【14】张杨、诸昌钤、何太军,图形硬件通用计算技术的应用研究,计算机应用,2005 Vol.25 No.9
    【15】徐志鹏、须文波,基于 GPU 的瑕疵检测,计算机工程,2005 Vol.31 No.10
    【16】苏智勇. 基于 GPU 的实时绘制及其应用. 中国优秀博硕士学位论文全文数据库: 南京理工大学,2006
    【17】于守秋. 基于 GPU 的实时视频艺术风格化系统. 中国优秀博硕士学位论文全文数据库: 大连理工大学,2006
    【18】黄通浪. 基于 GPU 的自由曲面快速绘制. 中国优秀博硕士学位论文全文数据库: 浙江大学,2006
    【19】闫文. 基于 GPU 实时非真实感渲染的研究与实现. 中国优秀博硕士学位论文全文数据库: 浙江大学,2006
    【20】 陈韶椿. 基于 GPU 的实时大理石纹理仿真. 中国优秀博硕士学位论文全文数据库: 浙江大学,2006
    【1】 Losasso, Frank, and Hugues Hoppe. 2004. “Geometry Clipmaps: Terrain Rendering Using Nested Regular Grids.” ACM Transactions on Graphics (Proceedings of SIGGRAPH 2004) 23(3), pp. 769–776.
    【2】 Crawfis, R.A., Max, N. Texture splats for 3D scalar and vector field visualization. IEEE, 1993, p 261
    【3】 Lefebvre, Sylvain, Hornus, Samuel, Neyret, Fabrice.Texture sprites: Texture elements splatted on surfaces. Proceedings of the Symposium on Interactive 3D Graphics, Proceedings - I3D 2005: ACM SIGGRAPH Symposium on Interactive 3D Graphics and Games, 2005, p 163-170
    【4】 Mark Duchaineau. “ROAMing Terrain:Real-time Optimally Adapting Meshes”,Proceedings of the Conference on Visualization. 1997.10. pp.81-88
    【5】 Peter Lindstrom,David Koller. “Real-time Continuous level of detail rendering of height fields”. Proceedings of the SIGGRAPH’96. 1996.8. pp.109-118
    【6】 H.Hoppe. “Progressive Meshes”. Proceedings of SIGGRAPH’96. 1996.8. pp.99-108
    【7】 H.Hoppe. “View-Dependent Refinement of Progressive Meshes”. Proceedings of SIGGRAPH’97. 1997.8. pp.189-198
    【8】 H.Hoppe. “Smooth View-Dependent Level-of-Detail Control and its Application to Terrain Rendering”. IEEE Visualization’98. 1998.10. pp.35-42
    【9】 S.R?ttger. “Real-Time Generation of Continuous Levels of Detail for Height Fields ”. Proceedings of the 6th International Conference in Central Europe on Computer Graphics and Visualization. 1998.2. pp.315-322
    【10】James H.Clark. “Hierarchical geometric models for visible surface algorithms”. CACM. 1976.10. pp.547-554
    【11】Shahzad Malik. “Dynamic Level Of Detail Representation of Interactive 3D Worlds”. PhD thesis, Carleton University. 2000.4
    【12】A.Pomeranz. “ROAM Using Surface Triangle Clusters(RUSTic)”. PhD Thesis, University of California at Davis. 1998
    【13】Paul S.Heckbert and Michael Garland. “Multiresolution modeling for fast rendering”. In Proc Graphics Interface’94. 1994.3. pp.43-50
    【14】Mark C.Miller. “Multiscale Compression of Detail Terrain Data to meet Real Time Rendering Rate Constraints”. PhD thesis, University of California at Davis, 1995
    【15】Markus Gross ,Oliver staadt. “Fast multiresolution surface meshing”. In Proc Visualization’95. 1995.6. pp.135-142
    【16】M.Suter and D.Nuesch. “Automated generation of visual simulation databases using remote sensing and GIS”. Proceedings Visualization’95. 1995.8 pp.135-142
    【17】David,Taylor, William. “An algorithm for continuous resolution polygonalizations of discrete surface”. In Proceedings of Graphics Interface’94. 1994.6. pp.34-42
    【18】Peter Lindstrom. “Visualization of Large Terrains Made Easy”. Proceedings of IEEE Visualization 2001. 2001.10. pp.139-150
    【19】J. Blow. “Terrain Rendering at High Levels of Detail”. Proceedings of the 2000 Game Developers Conference. 2000.3
    【20】Charles Bloom,Terrain Texture Compositing by Blending in the Frame-Buffer,Nov 2, 2000
    【21】D.Clark. “Visualization of Height Field Data With Physical Models and Texture Photomapping”. IEEE Visualization’97. 1997.11. pp.89-94
    【22】Gotsman. “Visualization of Large Terrains in Resource Limited Computing Environments”. IEEE Visualization’97. 1997.11. pp.95-102
    【23】GUO Bao-feng、Xiao Da-wei, Virtual reality approach for 3D large model browsing on web site ,重庆大学学报(英文版),2005 Vol.4 No.3
    【24】LI Hanwu、ZUO Xiaoqing、TANG Luliang、LI Qingquan, Transect-based Three-Dimensional Road Modeling and Visualization ,地球空间信息科学学报(英文版),2004 Vol.7 No.1
    【25】范哲、顾毓清、陶占红,分布式虚拟环境中的一种场景动态划分算法--基于竞争的演化算法,计算机科学,2001 Vol.28 No.10
    【26】周昆、潘志庚、石教英,基于混合多细节层次技术的实时绘制算法,软件学报,2001 Vol.12 No.01
    【27】张国宣、韦穗,虚拟现实中的 LOD 技术,微机发展,2001 Vol.11 No.01
    【28】陶志良、成迟薏、潘志庚、石教英,拓扑结构可变的动态多细节层次模型,自动化学报,2001 Vol.27 No.02
    【29】游雄,三维地貌表示方法的演进,测绘工程,2000 Vol.9 No.04
    【30】纪玉春、庞国峰、郝爱民,虚拟珠峰飞行漫游系统逼真性的研究与实现,系统仿真学报,2000 Vol.12 No.04
    【31】赵沁平、吕良权、何红梅,分布式虚拟环境中的综合地面环境研究,系统仿真学报,2000 Vol.12 No.04
    【32】达来、曾亮、李思昆,基于 GPU 的地形遮挡剔除算法,系统仿真学报,2006 Vol.18 No.11
    【33】冯中心. 基于GPU的大规模点模型实时渲染技术[C]. 中国优秀博硕士学位论文全文数据库: 浙江大学,2006
    【34】靳海亮、高井祥,三维地形可视化技术研究进展,测绘科学,2006 Vol.31 No.6
    【35】齐敏、郝重阳、佟明安,三维地形生成及实时显示技术研究进展,中国图象图形学报 A ,2000 Vol.5 No.04
    【36】贾瑞生、姜岩、孙红梅、葛平俱,三维地形建模与可视化研究,系统仿真学报,2006 Vol.18 No.z1
    【37】李建军、李钊,一种大规模地形简化的算法,无线电通信技术,2006 Vol.32 No.5
    【38】赵庆展、周可法、张清,一种快速地形纹理生成和虚拟漫游方法,干旱区地理,2006 Vol.29 No.4
    【39】孟婵媛、宋学征、贾俊涛、谭冀川、陈超,关于真实感地形可视化的研究,海洋测绘,2006 Vol.26 No.4
    【40】朱军、龚建华、张健钦、吴娴, 地形可视化服务框架设计及其关键技术研究,计算机工程,2006 Vol.32 No.13
    【41】汤彬,基于 OpenGL 的纹理映射研究,实验室研究与探索,2006 Vol.25 No.5
    【42】曹为刚,基于 OpenGL 的三维地形可视化技术与实现,四川建筑,2006 Vol.26 No.2
    【43】赵庆展、张清、宁川,基于 OpenGL 的 DEM 地形可视化和虚拟漫游系统,计算机系统应用,2006 No.5
    【44】李偈、张松海、刘强,一种基于四叉树结构的动态多分辨率地形模型,计算机工程与应用,2006 Vol.42 No.7
    【45】曹振宇、齐华、甘泉,几何地形数据实时绘制技术研究,四川测绘,2005 Vol.28 No.4
    【46】马照亭、李成名、王继周、潘懋,海量地形可视化的研究现状与前景展望,测绘科学,2006 Vol.31 No.1
    【47】唐中实、王淑伟、尹平等,基于 GML3.0 与 Direct3D 的三维地形可视化研究与实现,测绘科学,2006 Vol.31 No.1
    【48】曹为刚,基于 OpenGL 的三维地形的可视化技术与实现,海洋地质动态,2006 Vol.22 No.1
    【49】何全军,基于 IDL 的三维地形可视化系统开发,测绘信息与工程,2006 No.1
    【50】程思聪、杜清运、江文萍,基于 VTK 的地形三维可视化研究,测绘信息与工程,2006 No.1
    【51】吴永兴、李霖、胡静妍、姜文亮,基于纹理映射技术的地形可视化 ,北京测绘,2005 No.3
    【52】钟玲、黄有群、孙淑杰、张丹, VRML 构建三维地形的拾取技术实现研究,沈阳工业大学学报,2005 Vol.27 No.4
    【53】张继开、古梅、黄心渊,三维地形可视化技术的研究,计算机仿真,2005 Vol.22 No.7
    【54】唐丽玉、朱泉锋、石松,基于 STL 的 Delaunay TIN 构建的研究与实现,遥感技术与应用,2005 Vol.20 No.3
    【55】张俊霞,三维地形可视化及其实时显示方法概论,电脑与信息技术,2001 Vol.9 No.3
    【56】许妙忠,大规模地形实时绘制的算法研究,武汉大学学报(信息科学版),2005 Vol.30 No.5
    【57】彭雷、戴光明, LOD 模型生成算法研究,微机发展,2005 Vol.15 No.4
    【58】蔡兴泉、李凤霞、战守义,动态地形可视化算法研究,计算机工程与应用,2005 Vol.41 No.1
    【59】蔡兴泉、李凤霞、战守义,复杂战场环境中基于规则格网的动态地形的研究,系统仿真学报,2005 Vol.17 No.3
    【60】张恒、张茂军、刘少华,三维大地形模型的生成与管理方法研究,系统仿真学报,2005 Vol.17 No.2
    【61】张立强、杨崇俊、刘冬林,基于 M 进制小波的视点相关多分辨率地形模型的简化,系统仿真学报,2004 Vol.16 No.9
    【62】张俊霞,三维地形可视化及其实时显示方法概论,北京测绘,2001 No.2
    【63】詹发新, 地形可视化的进展与评述,北京测绘,2004 No.2
    【64】张立强、杨崇俊、刘冬林、芮小平,地球模型可视化及空间分析的研究,测绘通报,2003 No.9
    【65】王林旭、李思昆、潘晓辉,动态地形的实时可视化,计算机学报,2003 Vol.26 No.11
    【66】胡卓玮、杨国东,地形三维可视化的实现与应用,计算机应用,2003 Vol.23 No.10
    【67】周雪梅、杜世培, GIS 中三维可视化的模型构造及算法设计研究,贵州工业大学学报(自然科学版),2003 Vol.32 No.4
    【68】周宏伟、杨平、陈琦,实时地形可视化 ROAM 算法的分块改进,测绘通报,2003 No.8
    【69】苏虎、周美玉,一种大规模地形的实时绘制算法,武汉大学学报(工学版),2003 Vol.36 No.3
    【70】朱跃龙、张希伟、李强,三维可视化系统中动态多分辨率地理模型的构造,计算机工程,2003 Vol.29 No.9
    【71】彭仪普、刘文熙,基于二叉树的多分辨率地形表示研究,中国铁道科学,2003 Vol.24 No.2
    【72】张立强、童小华、杨崇俊、刘冬林,三维地形的动态生成及空间分析,同济大学学报(自然科学版),2003 Vol.31 No.6
    【73】谭兵、徐青、马东洋,用约束四叉树实现地形的实时多分辨率绘制,计算机辅助设计与图形学学报,2003 Vol.15 No.3
    【74】芮小平、卢亚辉、杨崇俊、张彦敏,矢栅一体化的三维地形可视化研究,计算机工程与应用,2002 Vol.38 No.20
    【75】吕秋灵、张俊霞,三维地形可视化及其实时显示方法,河海大学学报(自然科学版),2002 Vol.30 No.4
    【76】张俊霞,三维地形可视化及其实时显示方法概述,计算机辅助工程,2001 Vol.10 No.02
    【77】霍家道、孙尧、陈慧,一种基于自相似拓展的多分辨率快速地形显示算法,应用科技,2001 Vol.28 No.09
    【78】张喜涛、姜昱明,可漫游的虚拟战场环境建模与实现,计算机仿真,2006 Vol.23 No.10
    【79】林夕伟,基于纹理合成的火焰模拟算法,浙江教育学院学报,2006 No.1
    【80】杨平,基于二叉树的大地形实时可视化算法研究,武汉大学硕士学位论文,2003.6
    【81】韩元利,大区域 DEM 数据处理及其三维可视化应用,武汉大学硕士学位论文,2004.6
    【1】 Stam、Jos,Diffraction Shaders,SIGGRAPH’1999,pp.101~110
    【2】 Ward、Greg,Measuring and Modeling Anisotropic Reflection,SIGGRAPH’1992,pp.265~272
    【3】 Stamminger、Marc、Georage Drettakis,Perspective Shadow Maps,SIGGRAPH’2002,pp.557-562
    【4】 Randima Fernando , GPU gems :programming techniques, tips, and tricks for real-time graphics ,Boston :Addison-Wesley,2004
    【5】 Randima Fernando,GPU gems 2 :programming techniques for high-performance graphics and general-purpose computation,Addison-Wesley,c2005
    【6】 Randima Fernando、Mark J. Kilgard,The Cg Tutorial,Addision-wesley,2004
    【7】 刘保权、吴恩华、刘学慧,基于 GPU 的交互式动态折射绘制算法,计算机辅助设计与图形学学报,2006 Vol.18 No.11
    【8】 王京、王莉莉、李帅,一种基于 GPU 的预计算辐射度传递全频阴影算法,计算机研究与发展,2006 Vol.43 No.9
    【9】 张延红、周必水,基于 GPU 加速的光线与三角面片求交,计算机时代,2006 No.5
    【10】杨兵、李凤霞、战守义、胡敏勇, GPU 在复杂场景的阴影绘制中的应用,计算机工程,2006 Vol.32 No.2
    【11】胡伟、秦开怀,一种基于 GPU 硬件加速计算的辐射度实现方法,计算机研究与发展,2005 Vol.42 No.6
    【12】吴颖川、乐嘉陵、贺安之,彩色计算干涉技术及应用,流体力学实验与测量,2002 Vol.16 No.1
    【1】 Darwyn R. Peachey. Modeling Waves and Surf. Computer Graphics, 1986, 20(4): 65~74
    【2】 Gary A. Mastin, Peter A. Watterger, and John F.Mareda, Fourier Synthesis of Ocean Scenes, IEEE Computer Graphics and Applications, March 1987, p16-23
    【3】 Jason L. Mitchell Real-Time Synthesis and Rendering of Ocean Water,ATI Research Technical Report, April 2005
    【4】 Daozhi Liu, Computational Fluid Dynamics, Beijing: Beihang University Press, 1989
    【5】 Jos Stam. Stable Fluids. SIGGRAPH’1999, New York: ACM Press, 1999.121~128.
    【6】 Youquan Liu, Xuehui Liu, Enhua Wu. Real-Time 3D Fluid Simulation on GPU with Complex Obstacles. Proceedings of Pacific Graphics 2004, Seoul, 2004.247~256.
    【7】 James F. O'Brien, Jessica K. Hodgins. Dynamic Simulation of Splashing Fluids. Proceedings of the Computer Animation, 1995.198~208.
    【8】 Jim X. Chen, Niels da Vitoria Lobo, Charles E. Hughes, J. Michael Moshell. Real-Time Fluid Simulation in a Dynamic Virtual Environment. IEEE Computer Graphics and Applications, 1997, 17(3): 52~61
    【9】 Nick Foster, Dimitri Metaxas. Realistic Animation of Liquids. Graphical Models and Image Processing, 1996, 58(5): 471~483.
    【10】William T. Reeves. Particle Systems - A Technique for Modeling a Class of Fuzzy Objects. Computer Graphics, 1983, 17(3): 359~376.
    【11】Gavin Miller, Andrew Pearce. Globular Dynamics: A Connected Particle System for Animating Viscous Fluids. Computers and Graphics, 1989, 13(3): 305~309.
    【12】Tsunemi Takahashi, Hiroko Fujii, Atsushi Kunimatsu, Kazuhiro Hiwada, Takahiro Saito, Ken Tanaka, Heihachi Ueki. Realistic Animation of Fluid with Splash and Foam, Computer Graphics Forum, 2003, 22(3): 391~400.
    【13】Matthias Müller, David Charypar, Markus Gross. Particle-based fluid simulation for interactive applications. ACM SIGGRAPH/Eurographics Symposium on Computer Animation, San Diego, 2003.154~159.
    【14】Simon Premo ? e, Tolga Tasdizen, James Bigler, Aaron Lefohn, Ross T. Whitaker. Particle-Based Simulation of Fluids. Computer Graphics Forum, 2003, 22(3): 401~410.
    【15】Takashi Amada, Masataka Imura .Particle based fluid simulation on GPU.
    【16】Takashi Amada, Masataka Imura. Real-Time Animation of Water with Rigid Body Interaction.
    【17】Mark J. Harris. Flo: A real time fluid float simulator written in Cg, 2003.
    【18】Chris Batty, Mark Wiebe, Ben Houston. High Performance Production-Quality Fluid Simulation via NVIDIA's QuadroFX. http://film.nvidia.com/docs/CP/4449/frantic_GPUAccelerationofFluids.pdf. 2003.
    【13】M Kass 、G Miller,Rapid ,Stable Fluid Dynamic for Computer Graphics,Computer Graphics,1990,24 (4):49-56
    【14】J Komen、L Cavaleri et,Dynamics and Modeling of Ocean Waves,London Cambridge University Press,1996
    【15】D R Peachy,Modeling Wave and Surf,Computer Graphics (Proc of SIGGRAPH’1986) ,1986 ,65-74
    【16】A Fournier 、 T Reeves , A Simple Model of Ocean Waves , Computer Graphics(SIGGRAPH’1986),1986 ,20(4):75-84
    【17】Tessendorf、Jerry,Simulating Ocean Water,SIGGRAPH’2001
    【18】Jensen、Lasse Staff、Robert Golias,Deep-Water Animation and Rendering,Gamasutra article on realtime water,2001
    【19】Jos Stam,Random Caustics:Wave Theory and Natural Textures Revisited,Technical sketch,SIGGRAPH’1996,p151
    【20】Enright、Douglas、Stephen Marschner et,Animation and Rendering of Complex Water Surfaces,SIGGRAPH’2002
    【21】Laeuchli、Jesse,Simple Gerstner Wave Cg Shader,Online article at http://www.cgshaders.org/shaders/
    【22】Peter Trier、Karsten,Implementing Rapid, Stable Fluid Dynamics on the GPU,2004
    【23】Yuri Kryachko,Using VertexTexture Displacement for Realistic Water Rendering,《GPU GEM2》charter 18,2005
    【24】Pedro V. Sander、Natalya Tatarchuk、Jason L. Mitchell,Explicit Early-Z Culling for Efficient Fluid Flow Simulation and Rendering,ATI Research Technical Report,2004.8
    【25】刘洁、邹北骥、周洁琼、朱岳,基于海浪谱的 Gerstner 波浪模拟,计算机工程与科学,2006(2):41-44
    【26】鄢来斌、李思昆、张秀山,虚拟海战场景中的海浪实时建模与绘制技术研究,计算机研究与发展,2001 Vol.38 No.05
    【27】曾芬芳、黄国建,虚拟海洋场景中波浪的模拟,计算机应用,2001 Vol.21 No.04
    【28】何连跃、曾亮、李思昆、鄢来斌,分布式虚拟海战视景生成,系统仿真学报,2000 Vol.12 No.04
    【29】柳有权、刘学慧、吴恩华,基于 GPU 带有复杂边界的三维实时流体模拟,软件学报,2006 Vol.17 No.3
    【30】杜莹、武玉国、王晓明,基于图形处理器的海浪仿真研究,海洋测绘,2005 Vol.25 No.3
    【31】刘新凯. 基于 GPU 流计算模式的非凸体碰撞检测算法的研究[C]. 中国优秀博硕士学位论文全文数据库: 天津大学,2004
    【32】褚彦军、康凤举、聂卫东、杨惠珍,海面场景虚拟仿真方法,计算机应用,2004 Vol.24 No.z2
    【33】夏新华、潘志庚,基于统计模型的海水运动仿真,计算机仿真,2005 Vol.22 No.1
    【34】张尚弘、陈垒、赵登峰、王兴奎,基于粒子系统的流场实时模拟,水利水电技术,2004 Vol.35 No.9
    【35】宋志明、康凤举、阎晋屯、唐凯,海洋环境视景仿真方法研究,计算机仿真,2004 Vol.21 No.6
    【36】杨怀平、胡事民、孙家广,一种实现水波动画的新算法,计算机学报,2002 Vol.25 No.6
    【37】尹勇、任鸿翔、张秀凤、金一丞,航海仿真虚拟环境的海浪视景生成技术,系统仿真学报,2002 Vol.14 No.3
    【38】胡惟文,船舶航迹流实时动态仿真,常德师范学院学报,2001 Vol.13 No.02
    【39】杜岩、张晓宇、李文秀,虚拟现实场景中海浪形态的计算机模拟,哈尔滨工程大学学报,2001 Vol.22 No.03
    【1】 YE Zetian、LIN Hui、LIU Xianlin, From Physical Space to Visual Image Space ,地球空间信息科学学报(英文版),2003 Vol.6 No.2
    【2】 李学庆、孟祥旭、汪嘉业、王文平、CHUNG Kelvin、YIU Siu Ming,基于启发式搜索分离向量的凸多面体碰撞检测,计算机学报,2003 Vol.26 No.07
    【3】 黄炜. 基于连续介质力学的非网格性物理模拟方案在 GPU 上的初步实现思路[C]. 中国优秀博硕士学位论文全文数据库: 上海海事大学,2005
    【4】 高嵩、陈先桥、杨菊,基于 OGRE 和 ODE 的驾驶模拟系统的设计与实现,交通与计算机,2006 Vol.24 No.1
    【5】 周晓晶,遥操作机器人系统中虚拟环境的构建,现代电子技术,2006 Vol.29 No.19
    【6】 崔会峰、路慧彪、王跃辉、王明雨,应用于虚拟现实中的船体可视化建模技术,大连海事大学学报,2005 Vol.31 No.3
    【7】 彭文彪、戴树岭、彭俊毅,摄像机的计算机仿真研究,系统仿真学报,2004 Vol.16 No.9
    【8】 朱彦军、姜国华, 虚拟现实中虚拟人体模型概述,计算机仿真,2004 Vol.21 No.1
    【9】 赖松兆,虚拟台球:使用 VR Juggler 开发的模拟台球,闽西职业大学学报,2003 Vol.5 No.3
    【10】刘振宇、谭建荣,基于物理模型的虚拟装配技术研究,中国图象图形学报 A ,2003 Vol.8 No.7
    【11】季立明、王太勇,基于 VRML 的物理建模方法在设备远程监控诊断中的应用,测控技术,2001 Vol.20 No.08
    【12】王勇军、赵龙、郭光友、谭珂,虚拟手术仿真器技术,系统仿真学报,2001 Vol.13 No.03
    【13】谢礼立、温瑞智,数字减灾系统,自然灾害学报,2000 Vol.9 No.02
    【14】张荣华、郑顾平,高逼真动态地形实时绘制中碰撞检测的设计与实现,计算机应用,2006 Vol.26 No.11
    【15】于静怡、潘振宽,基于局部力场的粒子系统仿真,计算机仿真,2006 Vol.23 No.6
    【16】张明、耿兆丰,采用虚拟粒子解决织物仿真中的碰撞问题,计算机应用,2006 Vol.26 No.2
    【17】韩元利、胡鹏、黄雪莲、张立华,基于 k 阶 Voronoi 多边形划分的 k 阶数据场拟合,武汉大学学报(信息版),2007(4)
    【1】 Mason, B.J. The Physics of Clouds. Oxford University Press, 1957
    【2】 Voss, R. Fourier synthesis of gaussian fractals" 1/f noises, landscapes, and flakes. State of the Art in Image Synthesis. Tutorial No. 10, SIGGRAPH '1983 Conf, 1983
    【3】 G. Gardner,Visual Simulation of Clouds,Siggraph’1985. p297-304, 1985
    【4】 D. S. Ebert and R. E. Parent, Rendering and Animation of Gaseous Phenomena by Combining Fast Volume and Scanline A-Buffer Techniques, Computer Graphics, Vol. 24, p357-366, 1990
    【5】 J. Stam, E. Flume, A Multiple-Scale Stochastic Modelling Primitive, Graphics Interface'91, p24-31,1991
    【6】 D. S. Ebert. Volumetric Modeling with Implicit Functions: A Cloud is Born. Siggraph’1997. p147, 1997
    【7】 P. E. Debevec, C. J. Taylor, J. Malik, Modeling and Rendering Architecture from Photographs: A hybrid geometry- and image-based approach, SIGGRAPH'1996, p11-20, 1996
    【8】 Yoshinori Dobashi, Tomoyuki Nishita, Hideo Yamashita, Tsuyoshi Okita, Modeling of Clouds from Satellite Images Using Metaballs, Proceedings of the 6th Pacific Conference on Computer Graphics and Applications,p53,1998
    【9】 R. Miyazaki, Y Dobashi, T. Nishita, An Efficient Cloud Visual Simulation Using Adaptive Grid Method, The IECE transaction on informetion and systems, Vo1.J87-D-2, No.9, p1814-1822, 2004
    【10】J. Stam. Stable fluids,ACM SIGGRAPH’1999, p121-128, 1999
    【11】J. Stam, E. Flume, Dipicting Fire and Other Gaseous Phenomena Using Diffusion Processes,SIGGRAPH'1995, p129-136, 1995
    【12】F Neyret, Qualitative Simulation of Convective Clouds, Formation and Evolution,EGCAS'97, p113-124, 1997
    【13】Nagel. K, E. Raschke, Self-organizing criticality in cloud formation, Physics A, p519-531, 1992
    【14】Y Dobashi, T. Nishita, T. Okita, Animation of Clouds using Cellular Automation, Proceedings of the 27th annual conference on Computer graphics and interactive techniques, p19-28, 2000.
    【15】Mark J. Harris, William V Baxter, Thorsten Scheuermann, Anselmo Lastra, Simulation of Cloud Dynamics on Graphics Hardware, ACM SIGGRAPH/EUROGRAPHICS conference on Graphics hardware,p92-101, 2003
    【16】Enhua Wu, Youquan Liu, Xuehui Liu, An Improved Study of Real-Time Fluid Simulation on GPU, ComputerAnimation & Virtual World, p139-146, 2004
    【17】Jorg Schmittler, Ingo Wald, Philipp Slusallek, SaarCOR-A Hardware Architecture for Ray Tracing,ACM Siggraph/Eurographics Conference on Graphics Hardware 2002, p27-36, 2002
    【18】Stefan Guthe、Stefan Roettger、Andreas Schieber, et,High-Quality Unstructured Volume Rendering on the PC Platform, ACM Siggraph/Eurographics Conference on Graphics Hardware 2002, p119-125, 2002
    【19】王衡、姬红兵、高新波,基于方向重建滤波核的 Splatting 新算法,西安电子科技大学学报,2005 Vol.32 No.4
    【20】陈为,硬件加速反走样体 Splatting 算法,计算机辅助设计与图形学学报,2005 Vol.17 No.4
    【21】张建勋、孙济洲、韩逢庆、张加万,基于相邻层间相似性的加速 Splatting 算法,系统仿真学报,2005 Vol.17 No.2
    【22】孙志刚、张加万、孙济洲,一种改进的 Splatting 体绘制方法,天津大学学报,2003 Vol.36 No.05
    【23】张芹、吴慧中、张健,基于粒子系统的建模方法研究,计算机科学,2003 Vol.30 No.8
    【24】鄢来斌、李思昆、曾亮、何连跃,动态浓烟建模与实时绘制技术研究,计算机工程与科学,2001 Vol.23 No.01
    【25】HE Taosong, Volumetric Virtual Environments ,计算机科学技术学报(英文版),2000 Vol.15 No.01
    【26】许楠、郝爱民、王莉莉,一种基于 GPU 的粒子系统,计算机工程与应用,2006 Vol.42 No.19
    【27】张建勋、刘全利、陈庄,基于可编程 GPU 的快速体绘制技术,重庆大学学报(自然科学版),2005 Vol.28 No.7
    【28】刘峰. GPU 加速的云的生成和动态模拟[C]. 中国优秀博硕士学位论文全文数据库: 浙江大学,2005
    【29】王宏炜、刘越、王涌天,面向对象的通用粒子系统设计,系统仿真学报,2006 Vol.18 No.z1
    【30】贾彦国、张伟、唐勇,一种基于粒子的火焰模拟方法,系统仿真学报,2006 Vol.18 No.z1
    【31】龚琳、顾大权、范茵、徐四林,三维云场景的模拟,解放军理工大学学报(自然科学版),2006 Vol.7 No.5
    【32】王继州、顾耀林,一种火焰模拟的新方法,南通大学学报(自然科学版),2006 Vol.5 No.3
    【33】尹星云、胡长俊,基于 OpenGL 的烟花粒子系统设计,电脑开发与应用,2006 Vol.19 No.7
    【34】耿生玲、张瑞,基于粒子系统的计算机图像绘制技术的应用研究,青海师范大学学报(自然科学版),2006 No.2
    【35】陈利平、王国才,基于粒子系统的蜡烛火焰实时模拟,计算机技术与发展,2006 Vol.16 No.5
    【36】方建文、于金辉、马文龙,基于硬件加速和粒子系统的实时喷泉模拟,计算机工程与应用,2006 Vol.42 No.14
    【37】马登武、叶文、邓建求、曲晓燕,一种简便高效的导弹尾焰的绘制算法,系统仿真学报,2006 Vol.18 No.3
    【38】王顺领、李学庆、王善斌、温英涛,虚拟场景中的实时降雪模拟,计算机技术与发展,2006 Vol.16 No.3
    【39】徐智勇、吴小芳,虚拟地理环境中气候环境模拟研究,测绘信息与工程,2006 No.1
    【40】丁强、陈青林、左福强,基于 LOD 的火焰粒子生成技术,计算机应用,2005 Vol.25 No.z1
    【41】何希平、朱庆生,自然燃烧火焰的快速仿真,计算机仿真,2005 Vol.22 No.11
    【42】张平、蒋丹、严亮,基于粒子系统的水蒸气流动的模拟,东华大学学报(自然科学版),2005 Vol.31 No.4
    【43】徐利明、姜昱明,基于粒子系统与 OpenGL 的实时雨雪模拟,计算机仿真,2005 Vol.22 No.7
    【44】万华根、金小刚、彭群生,基于物理模型的实时喷泉水流运动模拟,计算机学报,1998 Vol.21 No.9
    【45】龚琳、顾大权、范茵、袁媛,气象景象的模拟,计算机时代,2005 No.5
    【46】陈和平、王早,水波特效模拟原理及其快速实现方法,计算机应用研究,2005 Vol.22 No.4
    【47】李骞、范茵、王吉奎,基于粒子追踪的风场可视化方法,解放军理工大学学报(自然科学版),2005 Vol.6 No.1
    【48】马骏、朱衡君,基于动态纹理和粒子系统的喷泉模拟,北京交通大学学报,2005 Vol.29 No.1
    【49】吴继承、江南,虚拟现实中粒子系统的设计与应用,计算机仿真,2004 Vol.21 No.11
    【50】赵春霞、张艳、战守义,基于粒子系统方法的三维火焰模拟,计算机工程与应用,2004 Vol.40 No.28
    【51】罗维佳、都金康、谢顺平,基于粒子系统的三维场地降雨实时模拟,中国图象图形学报 A ,2004 Vol.9 No.4
    【52】朱长征、谌海新,云建模方法现状、发展趋势及在军事领域的应用,计算机应用,2003 Vol.23 No.9
    【53】王小铭、林拉,树木模拟的粒子系统模型及其实现,华南师范大学学报(自然科学版),2003 No.3
    【54】商书元、张军、李柯、冯振声,一种快速实时烟雾仿真方法,火力与指挥控制,2003 Vol.28 No.3
    【55】王润杰、田景全、倪政国,基于粒子系统的实时雨雪模拟,系统仿真学报,2003 Vol.15 No.4
    【56】王治刚、陈和平、刘心雄,基于粒子系统和纹理映射的火焰模拟,工程图学学报,2002 Vol.23 No.4
    【57】尹勇、金一丞、任鸿翔、张秀凤,自然现象的实时仿真,系统仿真学报,2002 Vol.14 No.9
    【58】丁纪云、陈利平、李思昆,基于 OpenGL 的烟花动态模拟方法的研究与实现,计算机工程,2002 Vol.28 No.4
    【59】张芹、吴慧中、谢隽毅等,基于粒子系统的火焰模型及其生成方法研究,计算机辅助设计与图形学学报,2001 Vol.13 No.01
    【60】鄢来斌、李思昆、曾亮、何连跃,动态浓烟建模与实时绘制技术研究,计算机工程与科学,2001 Vol.23 No.01
    【61】詹荣开、罗世彬、贺汉根,用粒子系统理论模拟虚拟场景中的火焰和爆炸过程,计算机工程与应用,2001 Vol.37 No.05
    【62】王静秋、钱志峰,基于粒子系统的焰火模拟研究,南京航空航天大学学报,2001 Vol.33 No.02
    【63】谢隽毅、张芹、吴慧中,一个基于粒子系统的战场火焰模型及其实现,系统仿真学报,2001 Vol.13 No.05
    【64】陈凌钧,烟雾的快速模拟,软件学报,1999 Vol.10 No.6
    【65】罗亚波,基于微机的虚拟环境体系结构研究,武汉交通科技大学学报,2000 Vol.24 No.05
    【66】阮秋琦,基于 LAN 的计算机视觉与虚拟现实集成模型研究,计算机学报,2001 Vol.24 No.03
    【67】宿红毅、战守义、陈谊,面向仿真的虚拟现实开发平台的设计,北京理工大学学报,2001 Vol.21 No.01
    【68】顾钦,基于 GPU 计算的虚拟现实仿真系统设计模型,微处理机,2005 Vol.26 No.2
    【69】侯洪涛、石峰、朱一凡、王维平,装甲两栖突击分队作战仿真中的综合环境研究,计算机仿真,2003 Vol.20 No.6
    【70】庞国峰,基于 HLA 的虚拟自然环境服务器的研究与实现,系统仿真学报,2003 Vol.15 No.1
    【71】沈旭昆、王莉莉、陈小武, 虚拟自然环境计算模型的研究与实现,系统仿真学报,2000 Vol.12 No.04

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

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

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