Light Field Display Point Rendering
Ajinkya Gavane, Benjamin Watson
TL;DR
This work tackles the computational challenge of real-time light field display rendering by introducing Light Field Display Point Rendering (LFDPR), a point-based pipeline that extends prior eye-based rendering with texture-based splatting, LFD-biased sampling, and multiview mipmapping. By aligning triangle sampling to the LFD’s angular-spatial sampling and leveraging per-texture mipmaps across multiple views, LFDPR reduces the point cloud size and shader workload while mitigating aliasing and crosstalk through angular reconstruction and reconstruction filtering. The results demonstrate 2–8× speedups over conventional multiview rendering across multiple scenes with comparable image quality, and up to 3–5× gains under 2× spatial or angular supersampling, albeit with some speed penalties under certain configurations. These advances enable substantially faster real-time LFD rendering on commodity GPUs and provide methods (texture-based sampling, multiview mipmapping) that may also benefit other multiview rendering pipelines.
Abstract
Rendering for light field displays (LFDs) requires rendering of dozens or hundreds of views, which must then be combined into a single image on the display, making real-time LFD rendering extremely difficult. We introduce light field display point rendering (LFDPR), which meets these challenges by improving eye-based point rendering [Gavane and Watson 2023] with texture-based splatting, which avoids oversampling of triangles mapped to only a few texels; and with LFD-biased sampling, which adjusts horizontal and vertical triangle sampling to match the sampling of the LFD itself. To improve image quality, we introduce multiview mipmapping, which reduces texture aliasing even though compute shaders do not support hardware mipmapping. We also introduce angular supersampling and reconstruction to combat LFD view aliasing and crosstalk. The resulting LFDPR is 2-8x times faster than multiview rendering, with similar comparable quality.
