/VolumeRendering_OGL

Supporting sample application for my codeproject tutorial which demonstrates volume rendering using OpenGL

Primary LanguageC++

VolumeRendering_OGL

Supporting sample application for my code project article Getting started with Volume rendering using OpenGL. It starts off with the 2D texture approach and explains the issues if we use it, and ends with the 3D texture technique.