Abstract
With virtual reality, digital painting on 2D canvas is now being extended to 3D space. In this paper, we generalize the 2D pixel canvas to a 3D voxel canvas to allow artists to synthesize volumetric color fields. We develop a deep and dynamic octree-based painting and rendering system using both CPU and GPU to take advantage of the characteristics of both processors (CPU for octree modeling and GPU for volume rendering). On the CPU-side, we dynamically adjust an octree and incrementally update the octree to GPU with low latency without compromising the frame rates of the rendering. Our octree is balanced and uses a novel 3-neighbor connectivity for format simplicity and efficient storage, while allowing constant neighbor access time in ray casting. To further reduce the GPU-side 3-neighbor computations, we precompute a culling mask in CPU and upload it to GPU. Finally, we analyze the numerical error-propagation in ray casting through high resolution octree and present a theoretical error bound.
Original language | English |
---|---|
Pages (from-to) | 179-190 |
Number of pages | 12 |
Journal | Computer Graphics Forum |
Volume | 37 |
Issue number | 7 |
DOIs | |
State | Published - Oct 2018 |
Bibliographical note
Funding Information:We appreciate all artists who evaluate our system, especially Daichi Ito, Jini Kwon, Yun-hyeong Kim, and Jaehyun Kim for their paintings in this paper. This project was supported in part by the NRF in Korea (2017R1A2B3012701) and Adobe gift funds.
Publisher Copyright:
© 2018 The Author(s) Computer Graphics Forum © 2018 The Eurographics Association and John Wiley & Sons Ltd. Published by John Wiley & Sons Ltd.
Keywords
- CCS Concepts
- Volumetric models; Rendering
- •Computing methodologies → Virtual reality