Skip to main content
GameDev.net gamedev.net
Research Paper

This is an academic paper or technical research. Key findings may require technical background to fully understand.

Explore Research Radar

PRO Tired of ads? Read GameDev.net ad-free and help keep the community independent with GameDev Pro — $3/month.

arXiv cs.GR
arXiv cs.GR Research
· 3 weeks, 1 day ago • Brian De La Cruz, Aaron Y. Zhao, Maitrey Gramopadhye, Sawyer J. Lazar, Xianming Tan, Daniel Szafir, David S. Lawrence

Comparative Evaluation of 3D Reconstruction Methods for Immersive Visualization of Laboratory Objects

Briefing

A new comparison of 3D reconstruction methods for immersive lab visualization found that NeRF-based capture produced the most consistently high-fidelity holographic models across a set of common laboratory objects. The study pitted photogrammetry, NeRF, Gaussian splatting, and LiDAR against each other, then had graduate students rate the results for shape, color, texture, and visual defects in a repeated-measures setup.

The biggest takeaway for developers building educational XR content is that the hard cases are still the hard cases: transparent, reflective, and low-texture objects were where NeRF held up best. Across the board, shape and color were reproduced more reliably than texture, which is a useful reminder that “looks right in headset” is still constrained by material properties and capture method, not just renderer quality.

The work is aimed at practical AR/MR learning workflows, not just academic benchmarking. The authors frame these reconstructions as a way to support pre-lab preparation, spatial reasoning, and student engagement, which makes the results relevant to anyone shipping immersive training, simulation, or product-visualization tools where fidelity and turnaround time both matter.

For teams choosing a reconstruction stack, the implication is straightforward: if the target assets include glass, shiny surfaces, or sparse detail, NeRF may be the safer default for visual realism. The exact production tradeoffs versus photogrammetry, splatting, and LiDAR will still depend on capture budget, runtime constraints, and how much post-processing your pipeline...

“NeRF-based method produced the most consistently high-fidelity representations.”

— Study authors · Overall result across objects
Original source
Read on arXiv cs.GR
At a glance
what
A study compared photogrammetry, NeRF, Gaussian splatting, and LiDAR for holographic lab-object reconstruction.
who
Brian De La Cruz, Aaron Y. Zhao, Maitrey Gramopadhye, Sawyer J. Lazar, Xianming Tan, Daniel Szafir, and David S. Lawrence.
when
Submitted to arXiv on 27 Aug 2026.
impact
NeRF produced the most consistent high-fidelity results, especially for transparent, reflective, and low-texture objects.
Signal Mixed

Useful guidance, but fidelity limits remain for some materials.

Discuss

Follow AR updates

See relevant stories in your personalized news feed.

Sign in to follow

Continue on GameDev.net

Useful next steps related to this story.

Game development news without the noise

One useful weekly briefing. No daily flood.

Sending your confirmation email…

Discussion

Loading comments...

Recommended resources

Graphics Programming Resources

See full guide
Real-Time Rendering, Fourth Edition cover
Editor pick Community pick

Real-Time Rendering, Fourth Edition

Amazon · Book

Real-Time Rendering combines fundamental principles with guidance on the latest techniques to provide a complete reference on three-dimensional interactive computer graphics. It will help you increase speed and improve image quality and learn the features and limitations of acceleration algorithms and graphics APIs. This latest fourth edition has been updated to include a chapter on virtual reality and augmented reality and covers new topics such as visual appearance, global illumination, and curves and curved surfaces. It is for anyone serious about computer graphics who wants to learn about algorithms that create synthetic images fast enough that the viewer can interact with a virtual environment.

GameDev.net may earn a commission if you purchase through these links. This helps fund the site at no extra cost to you.

Programming with wgpu in Rust cover
Editor pick

Programming with wgpu in Rust

Amazon · Book

Unlock the full power of modern graphics programming with wgpu and Rust. This comprehensive guide takes you from foundational GPU concepts to advanced real-time rendering and compute techniques—equipping you to build fast, safe, and cross-platform graphics applications. Written for intermediate to advanced Rust developers, this book provides clear explanations, hands-on examples, and detailed insights into how GPUs process and render data. You’ll explore everything from the fundamentals of buffers, shaders, and pipelines to advanced topics like deferred rendering, shadow mapping, and GPU compute workloads.

GameDev.net may earn a commission if you purchase through these links. This helps fund the site at no extra cost to you.

GameDev.net may earn a commission if you purchase through these links. This helps fund the site at no extra cost to you.