Next: 16.2.5 Sampling Frequency
Up: 16.2.4 Blending Operators
Previous: 16.2.4.3 Maximum Intensity Projection
  Contents
Volume slices rendered front to back with the
under operator give the
same result as the over operator blending slices from back to front.
Unfortunately, OpenGL doesn't have an exact equivalent for the under operator,
although using glBlendFuncGL_ ONE_MINUS_DST, GL_ DST(GL_ ONE_MINUS_DST, GL_ DST) is
a good approximation. Use the over operator and back to front rendering for
best results. See Section 8.1 for more details.
2001-01-10