Volume Rendering
3D Textures
- 3D Block (rather than a 2D rectangle) of texels
- Data indexed with s, t, and r coordinates
- Data can be resampled in 3D by choosing s, t, r
- GL_LINEAR: trilinear sampling of nearest neighbors
- Not a mipmap! Each axis is a spatial direction