3.3.1. Running Multipipe

In order to run your application with Multipipe capabilities, you have to define a typical ScaleViz configuration file defining the “pipes” properties. For example, the following configuration defines a 4 pipes tiled scene rendering.

Figure 3.12. ScaleViz configuration file


The following defines a 2 pipes depth compositing scene rendering:

ScaleVizConfig {
  name "4 Pipes"
  DepthComposer
  {
    display “:0.0”
  }
  DepthComposer
  {
    display “:0.1”
  }
  DepthComposer
  {
    display “:1.0”
  }
  DepthComposer
  {
    display “:1.1”
  }
}

Notes:

Multipipe rendering mode can be enabled or disabled dynamically through the common ScaleViz connection/disconnection process.