A GPU Accelerated Volumetric Ray Tracer for Incandescent Gas
Rensselaer Polytechnic Institute, 110 8th Street, Troy, New York U.S.A. 12180
Spring’11 final project, 2011
@article{zonenberg2011gpu,
title={A GPU Accelerated Volumetric Ray Tracer for Incandescent Gas},
author={Zonenberg, A. and Forrest, S.},
year={2011}
}
The initial goal of this project was to create a physically accurate GPU-accelerated simulation of fire. Due to limited time available in the semester (combined with the inherent difficult of debugging CUDA code) we ended up reducing the scope somewhat and focusing on a realistic GPU-accelerated technique for rendering incandescent gas, as in flames, without doing a full fluid simulation. The application was written in C (GPU code) and C++ (CPU code) and tested on a laptop running 64-bit Linux with a GTX 460m card.
December 31, 2011 by hgpu