Skip to content
Alessandro Febretti edited this page Aug 28, 2013 · 9 revisions

[[module omega | Python-Reference#module-omega]] wraps omega::DisplayConfig

Last revision: ver. 4.2-alpha5 - 26 Aug 2013

Property Description
forceMono Forces mono rendering for all tiles in the configuration. This setting overrides the global and tile-specific stereo mode.
stereoMode Sets the default stereo mode for all display tiles. See the StereoMode section for more information.
panopticStereoEnabled When set to true, tiles use panoptic stereo to render off-axis stereo. Panoptic stereo is used to allow non-tracked users to see close to correct stereo when only one user has tracking.

StereoMode

The StereoMode enumeration lists supported stereo modes. The supported values are

  • Mono
  • LineInterleaved: Row interleaving
  • ColumnInterleaved: Column interleaving
  • PixelInterleaved: Checkerboard interleaving
  • SideBySide: Side-by-side stereo
  • Default: used by tile configuration to set stereo mode to whatever is used by the display configuration. Do not use this at the stereo mode for DisplayConfig.
Clone this wiki locally