From Farshid Lashkari & Robert Osfield: Added support for VERTICAL_INTERLACE and HORIZONTAL_INTERLACE
stereo modes use the stencil buffer.
This commit is contained in:
@@ -90,7 +90,9 @@ class OSG_EXPORT DisplaySettings : public osg::Referenced
|
||||
HORIZONTAL_SPLIT,
|
||||
VERTICAL_SPLIT,
|
||||
LEFT_EYE,
|
||||
RIGHT_EYE
|
||||
RIGHT_EYE,
|
||||
HORIZONTAL_INTERLACE,
|
||||
VERTICAL_INTERLACE
|
||||
};
|
||||
|
||||
void setStereoMode(StereoMode mode) { _stereoMode = mode; }
|
||||
|
||||
Reference in New Issue
Block a user