Spelling suggestions: "subject:"norton pode"" "subject:"norton mode""
1 |
Dynamic Update of Sparse Voxel Octree Based on Morton CodeYucong Pan (10710867) 06 May 2021 (has links)
<p>Real-time global illumination has been a very important topic
and is widely used in game industry. Previous offline rendering requires a
large amount of time to converge and reduce the noise generated in Monte Carlo
method. Thus, it cannot be easily adapted in real-time rendering. Using voxels
in the field of global illumination has become a popular approach. While a
naïve voxel grid occupies huge memory in video card, a data structure called <i>sparse
voxel octree</i> is often implemented in order to reduce memory cost of voxels
and achieve efficient ray casting performance in an interactive frame rate. </p>
<p>However, rendering of voxels can cause block effects due to
the nature of voxel. One solution is to increase the resolution of voxel so
that one voxel is smaller than a pixel on screen. But this is usually not
feasible because higher resolution results in higher memory consumption. Thus,
most of the global illumination methods of SVO (sparse voxel octree) only use
it in visibility test and radiance storage, rather than render it directly.
Previous research has tried to incorporate SVO in ray tracing, radiosity
methods and voxel cone tracing, and all achieved real-time frame rates in
complex scenes. However, most of them only focus on static scenes and does not
consider dynamic updates of SVO and the influence of it on performance.</p>
<p>In this thesis, we will discuss the tradeoff of multiple
classic real-time global illumination methods and their implementations using
SVO. We will also propose an efficient approach to dynamic update SVO in
animated scenes. The deliverables will be implemented in CUDA 11.0 and OpenGL.</p>
|
2 |
Nanášení fotonů na hierarchii obrazových vzorků / Photon Splatting Using a View-Sample Cluster HierarchyKiss, Marcel January 2019 (has links)
This thesis deals with the techniques of global illumination of the scene. The theoretical part discusses various techniques, focusing on processing in real-time using various optimization methods. It focuses to the technology of photon splatting using view sample cluster hierarchy. The main part is analysis, implenetation and measurement of mentioned method.
|
Page generated in 0.0512 seconds