CN110176055A - A kind of adaptive approach for the simulation real-time global illumination in 3D virtual engine - Google Patents
A kind of adaptive approach for the simulation real-time global illumination in 3D virtual engine Download PDFInfo
- Publication number
- CN110176055A CN110176055A CN201910453097.4A CN201910453097A CN110176055A CN 110176055 A CN110176055 A CN 110176055A CN 201910453097 A CN201910453097 A CN 201910453097A CN 110176055 A CN110176055 A CN 110176055A
- Authority
- CN
- China
- Prior art keywords
- global illumination
- point light
- light source
- ray
- real
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Granted
Links
- 238000005286 illumination Methods 0.000 title claims abstract description 39
- 230000003044 adaptive effect Effects 0.000 title claims abstract description 14
- 238000004088 simulation Methods 0.000 title claims abstract description 8
- 238000000034 method Methods 0.000 claims abstract description 23
- 239000000463 material Substances 0.000 claims description 3
- 230000000694 effects Effects 0.000 abstract description 3
- 238000010586 diagram Methods 0.000 description 4
- 238000012986 modification Methods 0.000 description 2
- 230000004048 modification Effects 0.000 description 2
- 230000009286 beneficial effect Effects 0.000 description 1
- 238000004364 calculation method Methods 0.000 description 1
- 238000011835 investigation Methods 0.000 description 1
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F30/00—Computer-aided design [CAD]
- G06F30/20—Design optimisation, verification or simulation
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T15/00—3D [Three Dimensional] image rendering
- G06T15/50—Lighting effects
- G06T15/506—Illumination models
-
- Y—GENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y02—TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
- Y02B—CLIMATE CHANGE MITIGATION TECHNOLOGIES RELATED TO BUILDINGS, e.g. HOUSING, HOUSE APPLIANCES OR RELATED END-USER APPLICATIONS
- Y02B20/00—Energy efficient lighting technologies, e.g. halogen lamps or gas discharge lamps
- Y02B20/40—Control techniques providing energy savings, e.g. smart controller or presence detection
Landscapes
- Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- Theoretical Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Computer Graphics (AREA)
- Computer Hardware Design (AREA)
- Evolutionary Computation (AREA)
- Geometry (AREA)
- General Engineering & Computer Science (AREA)
- Image Generation (AREA)
- Processing Or Creating Images (AREA)
Abstract
本发明涉及一种用于在3D虚拟引擎中模拟实时全局光照的自适应方法,属于模拟技术领域。一种用于在3D虚拟引擎中模拟实时全局光照的自适应方法,该方法包括以下步骤:S1:模拟点光源的实时全局光照;S2:模拟聚光源的实时全局光照;S3:自适应模拟全局光照。本发明在保证3D虚拟场景真实性的基础上,显著地降低了虚拟仿真软件增加实时全局光照功能的性能开销,并且能够根据不同运算环境自适应调整模拟效果。
The invention relates to an adaptive method for simulating real-time global illumination in a 3D virtual engine, and belongs to the technical field of simulation. An adaptive method for simulating real-time global illumination in a 3D virtual engine, the method comprising the following steps: S1: simulating real-time global illumination of point light sources; S2: simulating real-time global illumination of spot light sources; S3: adaptively simulating global illumination illumination. On the basis of ensuring the authenticity of the 3D virtual scene, the present invention significantly reduces the performance overhead of virtual simulation software adding a real-time global illumination function, and can adaptively adjust the simulation effect according to different computing environments.
Description
技术领域technical field
本发明属于模拟技术领域,涉及一种用于在3D虚拟引擎中模拟实时全局光照的自适应方法。The invention belongs to the technical field of simulation, and relates to an adaptive method for simulating real-time global illumination in a 3D virtual engine.
背景技术Background technique
大多数3D虚拟引擎平台为开发的虚拟仿真软件提供了计算实时光照的功能,但是这一功能消耗的计算量极为庞大,在低运算能力的环境下,如基于Web的虚拟仿真软件中,会由于计算实时光照导致软件卡顿甚至无法运行。但在虚拟仿真软件中不计算光源的实时光照,会使3D虚拟场景缺乏真实性。Most 3D virtual engine platforms provide the function of calculating real-time lighting for the developed virtual simulation software, but this function consumes a huge amount of calculation. Calculating real-time lighting causes the software to freeze or even fail to run. However, if the real-time illumination of the light source is not calculated in the virtual simulation software, the 3D virtual scene will lack authenticity.
发明内容Contents of the invention
有鉴于此,本发明的目的在于提供一种用于在3D虚拟引擎中模拟实时全局光照的自适应方法。In view of this, the object of the present invention is to provide an adaptive method for simulating real-time global illumination in a 3D virtual engine.
为达到上述目的,本发明提供如下技术方案:To achieve the above object, the present invention provides the following technical solutions:
一种用于在3D虚拟引擎中模拟实时全局光照的自适应方法,该方法包括以下步骤:An adaptive method for simulating real-time global illumination in a 3D virtual engine, the method includes the following steps:
S1:模拟点光源的实时全局光照;S1: Simulate real-time global illumination of point light sources;
S2:模拟聚光源的实时全局光照;S2: Simulate real-time global illumination of spotlights;
S3:自适应模拟全局光照。S3: Adaptive simulation of global illumination.
进一步,所述步骤S1具体为:Further, the step S1 is specifically:
根据兰伯特定律对Blinn-phong光照模型进行修改:Modify the Blinn-phong lighting model according to Lambert's law:
Cspecular=(Clight·Mspcular)max(0,n·l);Cspecular = (Clight Mspcular) max (0, n l);
其中,Cspcualr为反射后的光照强度;Clight为光源光照强度;Mspecular为材质反射系数;向量n为法线方向单位向量;向量l为取反的射线的单位向量;Among them, Cspcualr is the light intensity after reflection; Clight is the light intensity of the light source; Mspecular is the material reflection coefficient; vector n is the unit vector of the normal direction; vector l is the unit vector of the negated ray;
在上下左右前后六个方向各引出一条射线,检测碰撞,当射线检测到接触物体时获取碰撞点位置,在碰撞点位置生成一个点光源,按照公式得到该点光源的光照强度;根据射线的单位向量与法线方向单位向量,得到反射光线方向,从该方向引出一条反射射线,再次生成点光源;总共执行三次生成点光源操作,每次生成六个点光源。A ray is drawn in each of the six directions of up, down, left, right, front and back to detect collisions. When the ray detects a contact object, the position of the collision point is obtained, and a point light source is generated at the position of the collision point, and the light intensity of the point light source is obtained according to the formula; according to the unit of the ray The vector and the normal direction unit vector get the direction of the reflected ray, and a reflected ray is drawn from this direction to generate a point light source again; a total of three point light source generation operations are performed, and six point light sources are generated each time.
进一步,所述步骤S2具体为:Further, the step S2 is specifically:
根据聚光源的角度,在聚光源发光的中心位置引出一条射线,依据步骤S1中的方法依次执行生成三次生成点光源操作模拟全局光照,但在每步操作中只生成一个点光源。According to the angle of the spotlight source, a ray is drawn at the center of the spotlight source. According to the method in step S1, the operation of generating a point light source is performed three times to simulate global illumination, but only one point light source is generated in each step.
进一步,所述步骤S3具体为:Further, the step S3 is specifically:
根据步骤S1和S2中点光源与聚光源模拟全局光照的方法,在场景中每添加一个光源就会进行三次生成点光源的操作用以模拟全局光照;According to the method of simulating global illumination with point light sources and spot light sources in steps S1 and S2, every time a light source is added in the scene, the operation of generating point light sources will be performed three times to simulate global illumination;
定义一个集合PointLight存储添加的所有点光源,定义三个集合,分别为FirstPointLight、 SecondPointLight和ThirdPointLight,分别用以存储添加点光源时每步操作生成的六个点光源;定义一个集合SpotLight存储添加的所有聚光源;定义三个集合,分别为FirstSpotLight、 SecondSpotLight和ThirdSpotLight,分别用以存储添加聚光源时每步操作生成的一个点光源。Define a collection PointLight to store all the added point light sources, define three collections, namely FirstPointLight, SecondPointLight and ThirdPointLight, which are used to store the six point light sources generated by each step when adding a point light source; define a collection SpotLight to store all added Spotlight: Define three collections, namely FirstSpotLight, SecondSpotLight and ThirdSpotLight, which are used to store a point light generated by each step when adding a spotlight.
本发明的有益效果在于:本发明在保证3D虚拟场景真实性的基础上,显著地降低了虚拟仿真软件增加实时全局光照功能的性能开销,并且能够根据不同运算环境自适应调整模拟效果。The beneficial effect of the present invention is that: on the basis of ensuring the authenticity of the 3D virtual scene, the present invention significantly reduces the performance overhead of the virtual simulation software adding the real-time global illumination function, and can adaptively adjust the simulation effect according to different computing environments.
本发明的其他优点、目标和特征在某种程度上将在随后的说明书中进行阐述,并且在某种程度上,基于对下文的考察研究对本领域技术人员而言将是显而易见的,或者可以从本发明的实践中得到教导。本发明的目标和其他优点可以通过下面的说明书来实现和获得。Other advantages, objects and features of the present invention will be set forth in the following description to some extent, and to some extent, will be obvious to those skilled in the art based on the investigation and research below, or can be obtained from Taught in the practice of the present invention. The objects and other advantages of the invention may be realized and attained by the following specification.
附图说明Description of drawings
为了使本发明的目的、技术方案和优点更加清楚,下面将结合附图对本发明作优选的详细描述,其中:In order to make the purpose of the present invention, technical solutions and advantages clearer, the present invention will be described in detail below in conjunction with the accompanying drawings, wherein:
图1为模拟点光源的实时全局光照示意图;Figure 1 is a schematic diagram of a real-time global illumination of a simulated point light source;
图2为模拟聚光源的实时全局光照示意图;Figure 2 is a schematic diagram of real-time global illumination for simulating a spotlight;
图3为自适应模拟全局光照方法流程图。Fig. 3 is a flowchart of a method for adaptively simulating global illumination.
具体实施方式Detailed ways
以下通过特定的具体实例说明本发明的实施方式,本领域技术人员可由本说明书所揭露的内容轻易地了解本发明的其他优点与功效。本发明还可以通过另外不同的具体实施方式加以实施或应用,本说明书中的各项细节也可以基于不同观点与应用,在没有背离本发明的精神下进行各种修饰或改变。需要说明的是,以下实施例中所提供的图示仅以示意方式说明本发明的基本构想,在不冲突的情况下,以下实施例及实施例中的特征可以相互组合。Embodiments of the present invention are described below through specific examples, and those skilled in the art can easily understand other advantages and effects of the present invention from the content disclosed in this specification. The present invention can also be implemented or applied through other different specific embodiments, and various modifications or changes can be made to the details in this specification based on different viewpoints and applications without departing from the spirit of the present invention. It should be noted that the diagrams provided in the following embodiments are only schematically illustrating the basic concept of the present invention, and the following embodiments and the features in the embodiments can be combined with each other in the case of no conflict.
其中,附图仅用于示例性说明,表示的仅是示意图,而非实物图,不能理解为对本发明的限制;为了更好地说明本发明的实施例,附图某些部件会有省略、放大或缩小,并不代表实际产品的尺寸;对本领域技术人员来说,附图中某些公知结构及其说明可能省略是可以理解的。Wherein, the accompanying drawings are for illustrative purposes only, and represent only schematic diagrams, rather than physical drawings, and should not be construed as limiting the present invention; in order to better illustrate the embodiments of the present invention, some parts of the accompanying drawings may be omitted, Enlargement or reduction does not represent the size of the actual product; for those skilled in the art, it is understandable that certain known structures and their descriptions in the drawings may be omitted.
本发明实施例的附图中相同或相似的标号对应相同或相似的部件;在本发明的描述中,需要理解的是,若有术语“上”、“下”、“左”、“右”、“前”、“后”等指示的方位或位置关系为基于附图所示的方位或位置关系,仅是为了便于描述本发明和简化描述,而不是指示或暗示所指的装置或元件必须具有特定的方位、以特定的方位构造和操作,因此附图中描述位置关系的用语仅用于示例性说明,不能理解为对本发明的限制,对于本领域的普通技术人员而言,可以根据具体情况理解上述术语的具体含义。In the drawings of the embodiments of the present invention, the same or similar symbols correspond to the same or similar components; , "front", "rear" and other indicated orientations or positional relationships are based on the orientations or positional relationships shown in the drawings, which are only for the convenience of describing the present invention and simplifying the description, rather than indicating or implying that the referred devices or elements must It has a specific orientation, is constructed and operated in a specific orientation, so the terms describing the positional relationship in the drawings are for illustrative purposes only, and should not be construed as limiting the present invention. For those of ordinary skill in the art, the understanding of the specific meaning of the above terms.
请参阅图1~图3,为一种用于在3D虚拟引擎中模拟实时全局光照的自适应方法。Please refer to FIG. 1 to FIG. 3 , which are an adaptive method for simulating real-time global illumination in a 3D virtual engine.
1、模拟点光源的实时全局光照1. Simulate real-time global illumination of point light sources
根据兰伯特定律(反射光线的强度与表面法线和光源方向之间夹角的余弦值成正比)对 Blinn-phong光照模型进行修改:Cspecular=(Clight·Mspcular)max(0,n·l)。Modify the Blinn-phong lighting model according to Lambert's law (the intensity of reflected light is proportional to the cosine of the angle between the surface normal and the direction of the light source): Cspecular=(Clight Mspcular)max(0, n l ).
(Cspcualr:反射后的光照强度;(Cspcualr: light intensity after reflection;
Clight:光源光照强度Clight: Light intensity of the light source
Mspecular:材质反射系数Mspecular: material reflection coefficient
向量n:法线方向单位向量Vector n: normal direction unit vector
向量l:取反的射线的单位向量)vector l: the unit vector of the negated ray)
在上下左右前后六个方向各引出一条射线,检测碰撞,当射线检测到接触物体时获取碰撞点位置,在碰撞点位置生成一个点光源,按照上文中的公式得到该点光源的光照强度。根据射线的单位向量与法线方向单位向量,得到反射光线方向,从该方向引出一条反射射线,按照如上方法再次生成点光源。总共执行三次生成点光源操作,每次生成六个点光源。A ray is drawn in each of the six directions of up, down, left, right, front, and back to detect collisions. When the ray detects a contact object, the position of the collision point is obtained, and a point light source is generated at the position of the collision point. The light intensity of the point light source is obtained according to the above formula. According to the unit vector of the ray and the unit vector of the normal direction, the direction of the reflected ray is obtained, and a reflected ray is drawn from this direction, and the point light source is generated again according to the above method. A total of three point light generation operations are performed, generating six point lights each time.
2、模拟聚光源的实时全局光照2. Simulate real-time global illumination of spotlights
根据聚光源的角度,在聚光源发光的中心位置引出一条射线,依据上文中的方法依次执行生成三次生成点光源操作模拟全局光照,但在每步操作中只生成一个点光源。According to the angle of the spotlight source, a ray is drawn at the center of the spotlight source. According to the above method, the operation of generating a point light source is executed three times to simulate the global illumination, but only one point light source is generated in each step.
3、自适应模拟全局光照方法流程3. Adaptive simulation global illumination method flow
根据上文中点光源与聚光源模拟全局光照的方法,在场景中每添加一个光源就会进行三次生成点光源的操作用以模拟全局光照。According to the method of point light source and spot light source simulating global illumination above, every time a light source is added in the scene, the operation of generating point light source will be performed three times to simulate global illumination.
定义一个集合PointLight存储添加的所有点光源,定义三个集合,分别为FirstPointLight、 SecondPointLight、ThirdPointLight,分别用以存储添加点光源时每步操作生成的六个点光源。定义一个集合SpotLight存储添加的所有聚光源。定义三个集合,分别为FirstSpotLight、 SecondSpotLight、ThirdSpotLight,分别用以存储添加聚光源时每步操作生成的一个点光源。Define a set PointLight to store all the added point lights, and define three sets, namely FirstPointLight, SecondPointLight, and ThirdPointLight, which are used to store the six point lights generated by each step when adding point lights. Define a collection SpotLight to store all the added spotlights. Define three collections, namely FirstSpotLight, SecondSpotLight, and ThirdSpotLight, which are used to store a point light source generated by each step when adding a spot light source.
最后说明的是,以上实施例仅用以说明本发明的技术方案而非限制,尽管参照较佳实施例对本发明进行了详细说明,本领域的普通技术人员应当理解,可以对本发明的技术方案进行修改或者等同替换,而不脱离本技术方案的宗旨和范围,其均应涵盖在本发明的权利要求范围当中。Finally, it is noted that the above embodiments are only used to illustrate the technical solutions of the present invention without limitation. Although the present invention has been described in detail with reference to the preferred embodiments, those of ordinary skill in the art should understand that the technical solutions of the present invention can be carried out Modifications or equivalent replacements, without departing from the spirit and scope of the technical solution, should be included in the scope of the claims of the present invention.
Claims (4)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201910453097.4A CN110176055B (en) | 2019-05-28 | 2019-05-28 | Self-adaptive method for simulating real-time global illumination in 3D virtual engine |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201910453097.4A CN110176055B (en) | 2019-05-28 | 2019-05-28 | Self-adaptive method for simulating real-time global illumination in 3D virtual engine |
Publications (2)
Publication Number | Publication Date |
---|---|
CN110176055A true CN110176055A (en) | 2019-08-27 |
CN110176055B CN110176055B (en) | 2023-04-18 |
Family
ID=67695784
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201910453097.4A Active CN110176055B (en) | 2019-05-28 | 2019-05-28 | Self-adaptive method for simulating real-time global illumination in 3D virtual engine |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN110176055B (en) |
Citations (10)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5313568A (en) * | 1990-05-31 | 1994-05-17 | Hewlett-Packard Company | Three dimensional computer graphics employing ray tracing to compute form factors in radiosity |
US20090102843A1 (en) * | 2007-10-17 | 2009-04-23 | Microsoft Corporation | Image-based proxy accumulation for realtime soft global illumination |
EP2057605A2 (en) * | 2006-07-24 | 2009-05-13 | Michael Bunnell | System and methods for real-time rendering of deformable geometry with global illumination |
US20090295805A1 (en) * | 2008-06-02 | 2009-12-03 | Samsung Electronics Co., Ltd. | Hierarchical based 3D image processor, method, and medium |
CN102346918A (en) * | 2011-09-30 | 2012-02-08 | 长春理工大学 | Method for drawing three-dimensional animation scene only containing object change |
US20120237112A1 (en) * | 2011-03-15 | 2012-09-20 | Ashok Veeraraghavan | Structured Light for 3D Shape Reconstruction Subject to Global Illumination |
CN102819860A (en) * | 2012-08-16 | 2012-12-12 | 北京航空航天大学 | Real-time global illumination method for sub-surface scattering object on the basis of radiosity |
CN106157264A (en) * | 2016-06-30 | 2016-11-23 | 北京大学 | Large area image uneven illumination bearing calibration based on empirical mode decomposition |
US20180108347A1 (en) * | 2015-06-12 | 2018-04-19 | Sony Corporation | Information processing device, information processing method, and program |
CN112116693A (en) * | 2020-08-20 | 2020-12-22 | 中山大学 | A CPU-based ray tracing rendering method for biomolecular visualization |
-
2019
- 2019-05-28 CN CN201910453097.4A patent/CN110176055B/en active Active
Patent Citations (10)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5313568A (en) * | 1990-05-31 | 1994-05-17 | Hewlett-Packard Company | Three dimensional computer graphics employing ray tracing to compute form factors in radiosity |
EP2057605A2 (en) * | 2006-07-24 | 2009-05-13 | Michael Bunnell | System and methods for real-time rendering of deformable geometry with global illumination |
US20090102843A1 (en) * | 2007-10-17 | 2009-04-23 | Microsoft Corporation | Image-based proxy accumulation for realtime soft global illumination |
US20090295805A1 (en) * | 2008-06-02 | 2009-12-03 | Samsung Electronics Co., Ltd. | Hierarchical based 3D image processor, method, and medium |
US20120237112A1 (en) * | 2011-03-15 | 2012-09-20 | Ashok Veeraraghavan | Structured Light for 3D Shape Reconstruction Subject to Global Illumination |
CN102346918A (en) * | 2011-09-30 | 2012-02-08 | 长春理工大学 | Method for drawing three-dimensional animation scene only containing object change |
CN102819860A (en) * | 2012-08-16 | 2012-12-12 | 北京航空航天大学 | Real-time global illumination method for sub-surface scattering object on the basis of radiosity |
US20180108347A1 (en) * | 2015-06-12 | 2018-04-19 | Sony Corporation | Information processing device, information processing method, and program |
CN106157264A (en) * | 2016-06-30 | 2016-11-23 | 北京大学 | Large area image uneven illumination bearing calibration based on empirical mode decomposition |
CN112116693A (en) * | 2020-08-20 | 2020-12-22 | 中山大学 | A CPU-based ray tracing rendering method for biomolecular visualization |
Non-Patent Citations (11)
Title |
---|
DYLAN_DAY: "【Unity】入门学习笔记180720——Unity Shader入门(2-2)——Unity中的基础光照", 《HTTPS://BLOG.CSDN.NET/DYLAN_DAY/ARTICLE/DETAILS/81075881》 * |
WILLIAM A. STOKES等: "Perceptual illumination components: a new approach to efficient, high quality global illumination rendering" * |
XINRUN CHEN等: "A virtual reality experiment system for an introductory computer hardware course" * |
吴伟和等: "基于直接光照的全局光照模拟", 《计算机工程》 * |
吴文珍;李全忠;王海峰;田媛媛;: "油田虚拟现实系统中的光照模型算法研究及应用" * |
曹家乐: "实时阴影渲染算法的研究", 《中国优秀硕士学位论文全文数据库 信息科技辑》 * |
李杨;周果;李淳;邱显杰;王兆其;: "基于三角形自适应细分的有效光照烘焙方法" * |
李艳梅等: "立即辐射度综述", 《计算机应用研究》 * |
柴学梁等: "采用重要性面片采样的实时全局光照", 《计算机工程与应用》 * |
袁璐;: "基于立即辐射度的实时全局光照算法" * |
许春伟: "双向光割技术在多光绘制中的应用研究", 《中国优秀硕士学位论文全文数据库 信息科技辑》 * |
Also Published As
Publication number | Publication date |
---|---|
CN110176055B (en) | 2023-04-18 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US11928772B2 (en) | Method for forward progress and programmable timeouts of tree traversal mechanisms in hardware | |
US12067669B2 (en) | Watertight ray triangle intersection | |
US12148088B2 (en) | Method for continued bounding volume hierarchy traversal on intersection without shader intervention | |
CN110827390B (en) | Method for processing unordered opacity and alpha ray/primitive intersection | |
US10810785B2 (en) | Method for forward progress tree traversal mechanisms in hardware | |
CN111027407B (en) | Color image hand posture estimation method for shielding situation | |
CN111583371B (en) | Participatory medium multiple scattering rendering method and system based on neural network | |
CN114155331A (en) | Recovery of three-dimensional models from two-dimensional images | |
CN110543014A (en) | Design method of double free-form surface lens for short-distance illumination of LED surface light source | |
CN104346831A (en) | Method for approximately drawing soft shadow of three-dimensional scene | |
CN105243137B (en) | A kind of three-dimensional model search viewpoint selection method based on sketch | |
Hu et al. | Interactive approximate rendering of reflections, refractions, and caustics | |
CN110176055A (en) | A kind of adaptive approach for the simulation real-time global illumination in 3D virtual engine | |
JP2002260011A (en) | Written high speed smooth rendering of sphere having texture | |
CN102298792A (en) | Approximate drawing method for 3D (three-dimensional) virtual scene comprising surface caustic effect generated by mirror reflection | |
CN102074038B (en) | A rendering method for the caustic effect of 3D virtual scene surface produced by smooth surface refraction | |
US20240177394A1 (en) | Motion vector optimization for multiple refractive and reflective interfaces | |
CN104346822B (en) | texture mapping method and device | |
Coleca et al. | Real-time skeleton tracking for embedded systems | |
Wu | Interactive 3D Digital Art in Modern Packaging Design | |
Melber-Wilkending et al. | Aeroacoustic optimization of the NWB airline and turning vanes based on high fidelity CFD and acoustic simulation | |
Es et al. | GPU based real time stereoscopic ray tracing | |
CN115336292A (en) | Apparatus and method for rendering an acoustic scene comprising a discrete surface | |
Stark et al. | Exact radiosity reconstruction and shadow computation using vertex tracing | |
Schaub | Efficient and realistic shadow rendering using graphics hardware |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PB01 | Publication | ||
PB01 | Publication | ||
SE01 | Entry into force of request for substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
GR01 | Patent grant | ||
GR01 | Patent grant |