Skip to content
Alessandro Febretti edited this page Aug 18, 2014 · 9 revisions

module omega wraps omega::DisplayConfig

Last revision: ver. 6.0-alpha6 - 18 Aug 2014

Represents the currently active display configuration. The configuration can be accessed through the global function DisplayConfig getDisplayConfig()

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.
Method Description
(v6.0) setCanvasRect(Rect r), Rect getCanvasRect() Sets or gets the current canvas rect (the global viewport) for this application.

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