원문정보
초록
영어
3D Graphic Rendering has been used to express realistic, 3-dimensional, and emphasized effects in the graphics. As 3D Graphic Rendering developed and became more prevalent, the need for acceleration in data processing grew as well, leading to a development of GPU (Graphic Processing Unit) and shading language used for GPU such as GLSL (OpenGL Shading Language) and HLSL (Higher Language Shading Language). 3D Graphic Rendering based on GPU, however, clearly has its limitation in processing complicated calculations such as calculating curvatures of the surface or ray tracing method, especially as the greater magnitude of the 3D polygonal model data is being used. The following paper will discuss the new method of 3D graphic rendering that is based on faster GPU parallel processing system called CUDA (Compute Unified Device Architecture) to administer 3D polygonal model data and process calculations. In the paper, we will discuss about the characteristics of CUDA and test for graphic rendering of 3D polygonal model according to those characteristics. We will also examine whether it is possible to accelerate the graphic rendering process using CUDA for 3D graphic rendering.
목차
1. Introduction
2. Related Work
3. Characteristics of CUDA
4. Fast 3D Polygonal Model Rendering using CUDA
4.1. Data Administration using CUDA
4.2. Processing calculations using CUDA
5. Result
6. Conclusion and Future Work
References
저자정보
참고문헌
- 1CUDA Application Design and Development네이버 원문 이동
- 2C programming guide네이버 원문 이동
- 3(Reference title not available)
- 4Silhouette-edge-based descriptor for human action representation and recognition네이버 원문 이동
- 5Computer graphics with OpenGL네이버 원문 이동
- 6Programming Massively Parallel Processors: A Hands-on Approach네이버 원문 이동
- 7Practical Rendering and Computation with Direct3D 11네이버 원문 이동
- 8GPU computing gems네이버 원문 이동