This is an abstract class that adds a new method, the DrawScene method. This method consists in drawing all the scene
objects looking at them through the active eye.
Namespace:
GLSVAssembly: GLSV (in GLSV.dll) Version: 1.2009.6.26 (1.2009.06.26)
Syntax
C# |
---|
[SerializableAttribute] public abstract class StereoMode : Mode |
Visual Basic (Declaration) |
---|
<SerializableAttribute> _ Public MustInherit Class StereoMode _ Inherits Mode |
Visual C++ |
---|
[SerializableAttribute] public ref class StereoMode abstract : public Mode |
Inheritance Hierarchy
System..::.Object
GLSV..::.Mode
GLSV..::.StereoMode
GLSV..::.AnaglyphMode
GLSV..::.CrossEyeMode
GLSV..::.InterlacedMode
GLSV..::.MonochannelStereoMode
GLSV..::.QuadStereoMode
GLSV..::.SideBySideMode
GLSV..::.Mode
GLSV..::.StereoMode
GLSV..::.AnaglyphMode
GLSV..::.CrossEyeMode
GLSV..::.InterlacedMode
GLSV..::.MonochannelStereoMode
GLSV..::.QuadStereoMode
GLSV..::.SideBySideMode