Volumetric Renderer

Role Programmer
Team Solo
Tools C++, OpenGL

This program renders volumetric data in openGL bound as a 3D texture using a slice-based approach. The color and opacity of any given region of the data are determined by a 2D transfer image. The lookup is done using intensity as the x texture coordinate and local rate of change (normalized) as the y coordinate.

Gameplay