MultiDisplay Class Reference

#include <multidisplay.h>


Detailed Description

Display multiple volume renderer, blends them for visualisation.

This class renders multiple volume in the same scene. Display each renderer separately is difficult since the rendering planes needs to be display with the back-to-front constraint. This class handles this constraint.

Here is an example of code:

        Display::Volume disp1;
        Display::Volume disp2;

  Display::MultiDisplay blend;

  blend.add(&disp1);
  blend.add(&disp2);

  blend.display();

The documentation for this class was generated from the following file:

Generated on Tue Aug 4 17:57:42 2009 for libvd by  doxygen 1.5.5