Generic Rendering Algorithm for Autostereoscopic Displays Using GPU

丁剑飞,徐昆,胡国桥
DOI: https://doi.org/10.16182/j.cnki.joss.2012.07.032
2012-01-01
Abstract:As a kind of 3D displayers, autostereoscopic displays can create 3D images in the space. Since autostereoscopic displays need to render multi-view images, and thus naive rendering approaches would slow down the rendering process by rendering and transporting much more data. A method was proposed that significantly speeded up the rendering process by transporting data into texture memory instead of system memory. Using new OpenGL Extension, scene data was rendered into 3D texture directly. These measures help us to improve the efficiency of texture transporting and multi-texture blending. In addition, the algorithm maintains rendering every view independently, so it possesses favorable commonality. Finally, it is demonstrated that the proposed method can achieve real-time frame rates.
What problem does this paper attempt to address?